improve mobile layout

This commit is contained in:
les 2021-05-20 10:31:11 +02:00
parent 81932c6e88
commit f4e91ead66
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -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 {
@ -112,3 +110,10 @@ 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;
}