Fixed underline styles for menu on mobile

This commit is contained in:
Notoric 2024-05-23 04:06:03 +01:00
parent c25e443c4d
commit c2c89e10f4
1 changed files with 6 additions and 2 deletions

View File

@ -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);
}