Fixed underline styles for menu on mobile
This commit is contained in:
parent
c25e443c4d
commit
c2c89e10f4
|
@ -269,16 +269,20 @@ em {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
width: 100%;
|
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links a, #nav a {
|
#links a, #nav a {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 100%;
|
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#links a:after, #nav a:after {
|
||||||
|
right: auto;
|
||||||
|
height: 1.2em;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
#nav {
|
#nav {
|
||||||
transform: translatey(2em);
|
transform: translatey(2em);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue