Clean up some styles and fix mobile rendering

This commit is contained in:
Gabe Kangas
2022-09-09 23:23:24 -07:00
parent 02de9cf6df
commit 20ea5d051f
8 changed files with 17 additions and 70 deletions

View File

@@ -12,7 +12,7 @@
font-weight: 600;
border-top: 1px solid rgba(214, 211, 211, 0.5);
@media (max-width: 768px) {
@media (max-width: 600px) {
display: none;
}