X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a8282aa69e00292bec986722c5230ff89f96f450..891c65c58eef499c1ffc3a5fe690e1b6bff0f0db:/src/wolnelektury/static/2022/styles/layout/_container.scss diff --git a/src/wolnelektury/static/2022/styles/layout/_container.scss b/src/wolnelektury/static/2022/styles/layout/_container.scss index 41e285912..b7c93571d 100644 --- a/src/wolnelektury/static/2022/styles/layout/_container.scss +++ b/src/wolnelektury/static/2022/styles/layout/_container.scss @@ -2,4 +2,9 @@ width: 100%; max-width: 1140px; margin: 0 auto; + + @include rwd(tablet) { + padding-left: 16px; + padding-right: 16px; + } }