Changed underline direction for center links
This commit is contained in:
parent
123efa5d68
commit
07eadd5d9e
|
@ -62,12 +62,15 @@ header p {
|
|||
display: block;
|
||||
border-bottom: solid 3px #f05;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
width: 0;
|
||||
height: 36px;
|
||||
transition: width 0.3s ease;
|
||||
}
|
||||
|
||||
#links a:after {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#links a:hover:after, #nav a:hover:after {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue