diff --git a/wp-content/themes/betheme-child/style.css b/wp-content/themes/betheme-child/style.css index 717104db..369f3efb 100755 --- a/wp-content/themes/betheme-child/style.css +++ b/wp-content/themes/betheme-child/style.css @@ -134,10 +134,6 @@ select:focus { padding-bottom: 0px; } -h2 { - font-size: 55px; -} - rs-slide { top: -60px; } @@ -329,6 +325,12 @@ rs-slide { } } +@media only screen and (min-width: 960px) { + h2 { + font-size: 55px; + } +} + @media only screen and (max-width: 480px) { .hidden-fade { display: none;