style: change feed width and breakpoint

This commit is contained in:
ktyl 2024-07-13 01:46:47 +01:00
parent cd17ad53ad
commit e7cb9f1bfc
1 changed files with 3 additions and 3 deletions

View File

@ -20,18 +20,18 @@
background-color: red; background-color: red;
} }
@media only screen and (min-width: 768px) { @media only screen and (min-width: 800px) {
/* For bigger than phones */ /* For bigger than phones */
#profile { #profile {
visibility: visible; visibility: visible;
} }
#post-container { #post-container {
max-width: 600px; max-width: 800px;
} }
#loader { #loader {
max-width: 600px; max-width: 800px;
} }
} }