From 918999ac6102811f680b8d8d16d14736fbbee61a Mon Sep 17 00:00:00 2001 From: saragajic11 Date: Tue, 1 Aug 2023 16:04:13 +0200 Subject: [PATCH] Minor change --- acrobat/styles/styles.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/acrobat/styles/styles.css b/acrobat/styles/styles.css index 170e2aca..bb9e3c83 100644 --- a/acrobat/styles/styles.css +++ b/acrobat/styles/styles.css @@ -188,6 +188,16 @@ div.how-to { margin-right: 28px; } +@media (max-width: 1200px) { + .how-to > .foreground { + padding-top: 80px !important; + } + + .how-to-heading { + padding-top: 52px; + } +} + /* Moblie HowTo */ @media (max-width: 600px) { .how-to.large-image { @@ -386,13 +396,3 @@ div.how-to ol li::before{ margin: auto; padding: 20px; } - -@media (max-width: 1200px) { - .how-to > .foreground { - padding-top: 80px !important; - } - - .how-to-heading { - padding-top: 52px; - } -}