mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
improve mobile layout
This commit is contained in:
parent
81932c6e88
commit
f4e91ead66
1 changed files with 10 additions and 5 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue