This commit is contained in:
Barrett Ruth 2025-11-10 23:56:05 -05:00
parent a52dfa653f
commit 27df944944
3 changed files with 24 additions and 17 deletions

View file

@ -5,6 +5,7 @@ body {
overscroll-behavior: none;
height: 100vh;
overflow: hidden;
overflow-x: hidden;
}
.content {
@ -73,12 +74,12 @@ ul {
@media (max-width: 768px) {
.topics {
font-size: 1.8em;
font-size: 2em;
padding: 0 20px;
}
.posts {
font-size: 1.8em;
font-size: 1.47em;
padding: 0 20px;
}