Very basic feed of basic layout posts

This commit is contained in:
MisbehavedNinjaRadiator 2025-06-20 16:49:25 +02:00
parent d4d10596b2
commit 5657173b6f
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;
}