diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 30a2145..6f0e682 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -580,6 +580,9 @@ blockquote{ color: #fff; width:85%; font-weight: bold; + @media(min-width: 768px){ + padding:0.5em 1em; + } @media(max-width: 768px){ width: 100%!important; font-size: 1.2em; diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index a749477..461a908 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -367,6 +367,10 @@ ul.button-mid{ background-color: $theme-color-third; border-radius: 0 0 64px 64px; position: relative; + + @media(min-width:769px){ + padding: 1em!important; + } @media(max-width: 768px){ border-radius: 0; padding-bottom: 4em;