From e7cb9f1bfcbdbed70ec4a620e7df4cf80e032b66 Mon Sep 17 00:00:00 2001 From: ktyl Date: Sat, 13 Jul 2024 01:46:47 +0100 Subject: [PATCH] style: change feed width and breakpoint --- styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 546edd2..ff8253f 100644 --- a/styles.css +++ b/styles.css @@ -20,18 +20,18 @@ background-color: red; } -@media only screen and (min-width: 768px) { +@media only screen and (min-width: 800px) { /* For bigger than phones */ #profile { visibility: visible; } #post-container { - max-width: 600px; + max-width: 800px; } #loader { - max-width: 600px; + max-width: 800px; } }