fixing of weird stuff

This commit is contained in:
Richard Mikloš 2024-01-25 20:49:29 +01:00
parent d73a0ccde5
commit 0f7ce92abb

@ -53,6 +53,7 @@ nav {
color: aliceblue;
margin: 0;
padding: 0;
height: 120px;
background-color: rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
-moz-box-shadow: 0 20px 28px 0 rgba(0,0,0,0.2);
@ -65,6 +66,7 @@ nav ul {
justify-content: space-between;
padding: 0;
font-size: 32px;
margin: 0;
}