diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index d8a7f8f..9a19f18 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -3,3 +3,10 @@ justify-content: center; } +.nav-link { + font-size: 130%; +} + +.nav-link.active { + font-weight: bold; +} \ No newline at end of file diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 4779cb8..9d8a7b5 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -1,24 +1,25 @@