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 {
|
#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;
|
||||||
|
}
|
Loading…
Reference in a new issue