Responsive version
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user