diff --git a/public_html/lib/tpl/e/css/modifications.css b/public_html/lib/tpl/e/css/modifications.css index 092866e8..a5585829 100644 --- a/public_html/lib/tpl/e/css/modifications.css +++ b/public_html/lib/tpl/e/css/modifications.css @@ -90,6 +90,12 @@ h1, h2, h3, h4, h5, h6, } } +@media (min-width: 768px) and (max-width: 993px) { + .page { + padding: 60px 0; + } +} + .text-right { text-align: right; }