Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
f4e91ead
Verified
Commit
f4e91ead
authored
May 20, 2021
by
les
Browse files
improve mobile layout
parent
81932c6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/style.less
View file @
f4e91ead
...
...
@@ -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
.1
em;
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;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment