Responsive version

This commit is contained in:
2024-09-21 15:42:53 +02:00
parent 19403eb4c8
commit f86e484b9d
7 changed files with 121 additions and 46 deletions

View File

@@ -13,5 +13,23 @@
*/
body {
@apply bg-background text-tertiary font-sans;
font-size: 18px;
font-size: 14px;
@media screen(lg) {
font-size: 18px;
}
}
#menu-toggle:checked + #menu {
display: flex;
justify-content: center;
}
@media (max-width: 768px) {
footer {
.legal, .wp-block-group {
flex-direction: column;
margin-left: 1rem;
margin-right: 1rem;
}
}
}