diff options
Diffstat (limited to 'css/desktop')
| -rwxr-xr-x | css/desktop/navbar.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/css/desktop/navbar.css b/css/desktop/navbar.css index a94d539..62f174c 100755 --- a/css/desktop/navbar.css +++ b/css/desktop/navbar.css @@ -23,5 +23,15 @@ display: flex; align-items: center; border-bottom: 1px solid #98A5B0; - gap: 5px; + justify-content: space-between; +} + +.header .navbar a { + text-decoration: none; + color: black; + margin: 3px; +} + +.header .navbar a:hover { + text-decoration: underline; } |
