Changed underline direction for center links

This commit is contained in:
Notoric 2024-05-22 23:26:08 +01:00
parent 123efa5d68
commit 07eadd5d9e
1 changed files with 4 additions and 1 deletions

View File

@ -62,12 +62,15 @@ header p {
display: block; display: block;
border-bottom: solid 3px #f05; border-bottom: solid 3px #f05;
position: absolute; position: absolute;
right: 0;
width: 0; width: 0;
height: 36px; height: 36px;
transition: width 0.3s ease; transition: width 0.3s ease;
} }
#links a:after {
right: 0;
}
#links a:hover:after, #nav a:hover:after { #links a:hover:after, #nav a:hover:after {
width: 100%; width: 100%;
} }