improve mobile layout
This commit is contained in:
@@ -19,7 +19,7 @@ li {
|
||||
|
||||
#home {
|
||||
max-width: 1400px;
|
||||
padding-right: 0px;
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@@ -64,14 +64,12 @@ li {
|
||||
.title {
|
||||
transition: all .5s;
|
||||
display: block;
|
||||
max-height: 3.3em;
|
||||
max-height: 3em;
|
||||
color: white;
|
||||
overflow: hidden;
|
||||
margin: 0.5rem 1rem 0.5rem 1rem;
|
||||
// color: white;
|
||||
// border-bottom: 1px solid rgba(4,4,4,0.2);
|
||||
font-size: 1.1em !important;
|
||||
line-height: 1.1em;
|
||||
line-height: 1em !important;
|
||||
}
|
||||
|
||||
.body {
|
||||
@@ -111,4 +109,11 @@ li {
|
||||
|
||||
#event {
|
||||
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