1
0
mirror of https://github.com/DanilaFe/abacus synced 2026-01-18 12:55:19 +00:00

Add support for navbar links.

This commit is contained in:
2017-08-14 22:46:39 -07:00
parent ad3628ce43
commit 174029a3b4
3 changed files with 13 additions and 3 deletions

View File

@@ -28,8 +28,12 @@ nav {
a {
text-decoration: none;
color: $background-color;
font: {
size: 25px;
font-size: 20px;
margin-right: 10px;
&.primary-link {
font-size: 30px;
margin-right: 20px;
}
&:hover {