Add small border to bottom of navbar

This commit is contained in:
Florine W. Dekker 2021-04-22 19:23:13 +02:00
parent 6ed587c54a
commit 2e124c0815
Signed by: FWDekker
GPG Key ID: B1B567AF58D6EE0F
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "2.1.1",
"version": "2.1.2",
"description": "The base template for pages on fwdekker.com.",
"author": "Felix W. Dekker",
"license": "MIT",

View File

@ -4,6 +4,7 @@ nav {
width: 100%;
background-color: var(--fwdekker-theme-color);
border-bottom: 1px solid #cccccc;
font-size: 120%;
--padding: calc(2em / 3);