0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-03 16:10:26 +03:00

fix(navbar): Correct the look of navigation links

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2018-12-16 17:22:26 +04:00
parent 543fb8d259
commit 0645f56405
2 changed files with 10 additions and 13 deletions

View File

@ -8,26 +8,19 @@
li {
float: left;
padding: .5em;
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}
}
.nav-link {
text-align: center;
text-decoration: none;
text-transform: uppercase;
&:active,
&:focus,
&:hover {
border: 0;
text-decoration: underline;
text-decoration: none;
}
}