Very basic feed of basic layout posts

This commit is contained in:
MisbehavedNinjaRadiator 2025-06-20 16:49:25 +02:00 committed by MisbehavedNinjaRadiator
parent 5ff7784169
commit c1d8e6b483
5 changed files with 32 additions and 46 deletions

View file

@ -28,7 +28,7 @@
/* Desktop responsive behavior */
@media (min-width: 768px) {
.feedContent {
width: 600px;
width: 400px;
margin: 0 auto;
padding: 2rem 0;
}