remove dates

This commit is contained in:
Barrett Ruth 2025-11-09 17:51:07 -05:00
parent 3d12f84211
commit 81c6dfdeaf
5 changed files with 19 additions and 29 deletions

View file

@ -24,7 +24,7 @@ body {
}
.posts {
font-size: 2em;
font-size: 2.2em;
text-align: right;
flex: 1;
}
@ -73,12 +73,12 @@ ul {
@media (max-width: 768px) {
.topics {
font-size: 1.5em;
font-size: 1.8em;
padding: 0 20px;
}
.posts {
font-size: 1em;
font-size: 1.8em;
padding: 0 20px;
}