fix 3?
This commit is contained in:
parent
f0f4000afd
commit
7d3ff4da62
1 changed files with 2 additions and 1 deletions
|
@ -80,12 +80,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile > i {
|
.mobile > i {
|
||||||
|
position: static;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
padding-top: 16px;
|
padding-top: 1.15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile > ul {
|
.mobile > ul {
|
||||||
|
|
Loading…
Reference in a new issue