improve mobile layout
This commit is contained in:
@@ -19,7 +19,7 @@ li {
|
|||||||
|
|
||||||
#home {
|
#home {
|
||||||
max-width: 1400px;
|
max-width: 1400px;
|
||||||
padding-right: 0px;
|
padding: 0px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -64,14 +64,12 @@ li {
|
|||||||
.title {
|
.title {
|
||||||
transition: all .5s;
|
transition: all .5s;
|
||||||
display: block;
|
display: block;
|
||||||
max-height: 3.3em;
|
max-height: 3em;
|
||||||
color: white;
|
color: white;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0.5rem 1rem 0.5rem 1rem;
|
margin: 0.5rem 1rem 0.5rem 1rem;
|
||||||
// color: white;
|
|
||||||
// border-bottom: 1px solid rgba(4,4,4,0.2);
|
|
||||||
font-size: 1.1em !important;
|
font-size: 1.1em !important;
|
||||||
line-height: 1.1em;
|
line-height: 1em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.body {
|
.body {
|
||||||
@@ -111,4 +109,11 @@ li {
|
|||||||
|
|
||||||
#event {
|
#event {
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tags .v-chip .v-chip__content {
|
||||||
|
max-width: 120px;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user