diff --git a/assets/stylesheets/new-stylesheets/pages/_get-started.scss b/assets/stylesheets/new-stylesheets/pages/_get-started.scss index 545f79d27..82ddbe01f 100644 --- a/assets/stylesheets/new-stylesheets/pages/_get-started.scss +++ b/assets/stylesheets/new-stylesheets/pages/_get-started.scss @@ -438,6 +438,18 @@ &.code-box-with-tabs { overflow: hidden; + + h2 { + font-size: 22px; + line-height: 1.2; + margin-bottom: 5px; + + @media only screen and (max-width: 768px) { + font-size: 32px; + line-height: 1.33; + } + } + pre { display: none; @@ -470,6 +482,11 @@ margin-bottom: -1px; } } + + @media only screen and (max-width: 768px) { + overflow: scroll; + padding-bottom: 1px; + } } .link-wrapper { @@ -492,19 +509,6 @@ display: flex; } - &.code-box-with-tabs { - h2 { - font-size: 22px; - line-height: 1.2; - margin-bottom: 5px; - - @media only screen and (max-width: 768px) { - font-size: 32px; - line-height: 1.33; - } - } - } - h2 { font-size: 48px; margin-bottom: 27px;