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