diff --git a/src/index.css b/src/index.css index 34ec5c3f3..800402a1d 100644 --- a/src/index.css +++ b/src/index.css @@ -57,8 +57,7 @@ input:focus { } .app__posts { - padding: 20px; - padding-top: 5.5em; + padding: 5.5em 20px 20px 17vw; } .app_posts_column { @@ -125,6 +124,12 @@ input:focus { transform: scale(1.04); } +@media only screen and (max-width: 1200px) { + .app__posts { + padding-left: 9vw; + } +} + @media only screen and (max-width: 900px) { .rowConvert { display: none;