diff --git a/styles/global.css b/styles/global.css index ccc3458..30f22d1 100644 --- a/styles/global.css +++ b/styles/global.css @@ -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%; }