📱 responsive design 3

This commit is contained in:
DrMaxNix 2024-02-08 22:23:06 +01:00
parent 313e740201
commit 99907ae9c9

View File

@ -53,7 +53,7 @@ body {
}
@media only screen and (max-width: 1000px) {
body {
padding: 1rem 1rem;
padding: 2rem 1rem;
}
}
@ -230,6 +230,9 @@ a {
.footer {
width: 90vw;
}
.footer * {
font-size: 0.7rem;
}
}
.footer > * {