feat: mobile support

This commit is contained in:
Barrett Ruth 2025-06-02 11:06:58 -05:00
parent 23267c98a2
commit bd9511ff65
4 changed files with 52 additions and 0 deletions

View file

@ -71,3 +71,13 @@ ul {
width: 100%;
right: 0;
}
@media (max-width: 768px) {
.topics {
font-size: 1.8em;
}
.posts {
font-size: 1.2em;
}
}