add mobile button style

This commit is contained in:
plebeius.eth
2024-03-21 15:21:33 +01:00
parent 1493500643
commit e24fe8bc30
11 changed files with 63 additions and 7 deletions
@@ -40,4 +40,11 @@
.lowercase {
text-transform: lowercase;
}
@media (max-width: 640px) {
.content {
display: none;
}
}