Responsive

This commit is contained in:
brausjonas
2023-03-25 15:34:32 +01:00
parent 0bdaa2a1dc
commit d154af4b10
2 changed files with 18 additions and 9 deletions
+8
View File
@@ -17,6 +17,14 @@ li, a, button
text-decoration: none;
}
@media only screen and (max-width: 768px)
{
li, a, button
{
font-size: 25px;
}
}
header
{
display: flex;