diff --git a/core/themes/bartik/css/components/triptych.css b/core/themes/bartik/css/components/triptych.css index d64bba4..04ec581 100644 --- a/core/themes/bartik/css/components/triptych.css +++ b/core/themes/bartik/css/components/triptych.css @@ -19,6 +19,16 @@ border-bottom: 1px solid #dfdfdf; line-height: 1.3; } +@media all and (min-width: 520px) { + #triptych h2 { + font-size: 1.714em; + margin-bottom: 0.9em; + } + #triptych .block { + margin-bottom: 2em; + padding-bottom: 2em; + } +} #triptych .block:last-child { border-bottom: none; } @@ -53,14 +63,3 @@ #triptych-last #block-system-powered-by { text-align: right; } - -@media all and (min-width: 520px) { - #triptych h2 { - font-size: 1.714em; - margin-bottom: 0.9em; - } - #triptych .block { - margin-bottom: 2em; - padding-bottom: 2em; - } -}