X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/528a34731579d8b81df43879f2b63c2754005a86..d8a368e376f9f50ff0e3714ef716df548e86bd7f:/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; + } }