Add responsive sidebar to Header component

This commit is contained in:
dertyp7
2024-01-13 17:04:55 +01:00
parent b0b71f2c06
commit cb8e1780d8
8 changed files with 166 additions and 13 deletions

View File

@@ -28,7 +28,7 @@
justify-content: center;
gap: 50px;
a {
color: #fff;
color: var(--color-font);
text-decoration: none;
font-size: 1.2rem;
font-weight: 500;