feat: add line beneath navbar

This commit is contained in:
SauceyRed 2025-05-01 05:02:39 +02:00
parent e15f16fbf8
commit fcd423f457
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -38,6 +38,8 @@ body {
margin-left: 3dvw;
margin-right: 3dvw;
margin-top: 2dvh;
padding-bottom: 2dvh;
border-bottom: 1px solid orange;
}
#navbar a {