ee
Showing
6 changed files
with
17 additions
and
12 deletions
| ... | @@ -15769,6 +15769,12 @@ h4, .h4 { | ... | @@ -15769,6 +15769,12 @@ h4, .h4 { |
| 15769 | overflow-x: hidden; | 15769 | overflow-x: hidden; |
| 15770 | } | 15770 | } |
| 15771 | 15771 | ||
| 15772 | @media (min-width: 782px) { | ||
| 15773 | .page-template-certificant-page .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) { | ||
| 15774 | margin-left: 0px; | ||
| 15775 | } | ||
| 15776 | } | ||
| 15777 | |||
| 15772 | .header-image { | 15778 | .header-image { |
| 15773 | top: 0px !important; | 15779 | top: 0px !important; |
| 15774 | max-height: 768px; | 15780 | max-height: 768px; |
| ... | @@ -16443,11 +16449,6 @@ h4, .h4 { | ... | @@ -16443,11 +16449,6 @@ h4, .h4 { |
| 16443 | max-width: 1234px; | 16449 | max-width: 1234px; |
| 16444 | } | 16450 | } |
| 16445 | } | 16451 | } |
| 16446 | @media (min-width: 782px) { | ||
| 16447 | .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) { | ||
| 16448 | margin-left: 0px; | ||
| 16449 | } | ||
| 16450 | } | ||
| 16451 | a.find { | 16452 | a.find { |
| 16452 | background-color: #012169; | 16453 | background-color: #012169; |
| 16453 | text-transform: uppercase; | 16454 | text-transform: uppercase; | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -142,6 +142,14 @@ | ... | @@ -142,6 +142,14 @@ |
| 142 | #full-width-page-wrapper { | 142 | #full-width-page-wrapper { |
| 143 | overflow-x: hidden; | 143 | overflow-x: hidden; |
| 144 | } | 144 | } |
| 145 | |||
| 146 | .page-template-certificant-page{ | ||
| 147 | @media (min-width: 782px){ | ||
| 148 | .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){ | ||
| 149 | margin-left: 0px; | ||
| 150 | } | ||
| 151 | } | ||
| 152 | } | ||
| 145 | 153 | ||
| 146 | .header-image { | 154 | .header-image { |
| 147 | top: 0px !important; | 155 | top: 0px !important; |
| ... | @@ -183,6 +191,7 @@ | ... | @@ -183,6 +191,7 @@ |
| 183 | } | 191 | } |
| 184 | 192 | ||
| 185 | .numbers-top { | 193 | .numbers-top { |
| 194 | |||
| 186 | margin-bottom: 0em; | 195 | margin-bottom: 0em; |
| 187 | .wp-block-column:first-child { | 196 | .wp-block-column:first-child { |
| 188 | h1 { | 197 | h1 { |
| ... | @@ -296,6 +305,7 @@ | ... | @@ -296,6 +305,7 @@ |
| 296 | } | 305 | } |
| 297 | } | 306 | } |
| 298 | } | 307 | } |
| 308 | |||
| 299 | } | 309 | } |
| 300 | .numbers-second { | 310 | .numbers-second { |
| 301 | margin-bottom: 0em; | 311 | margin-bottom: 0em; | ... | ... |
| ... | @@ -19,14 +19,8 @@ | ... | @@ -19,14 +19,8 @@ |
| 19 | } | 19 | } |
| 20 | 20 | ||
| 21 | } | 21 | } |
| 22 | @media (min-width: 782px){ | ||
| 23 | .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){ | ||
| 24 | margin-left: 0px; | ||
| 25 | } | ||
| 26 | 22 | ||
| 27 | 23 | ||
| 28 | } | ||
| 29 | |||
| 30 | a.find { | 24 | a.find { |
| 31 | background-color: #012169; | 25 | background-color: #012169; |
| 32 | text-transform: uppercase; | 26 | text-transform: uppercase; |
| ... | @@ -399,7 +393,7 @@ span.number-med.last{ | ... | @@ -399,7 +393,7 @@ span.number-med.last{ |
| 399 | font-family: "Calibri-bold"; | 393 | font-family: "Calibri-bold"; |
| 400 | font-size: 205px; | 394 | font-size: 205px; |
| 401 | line-height: 150px; | 395 | line-height: 150px; |
| 402 | width: 25%; | 396 | width: 26%; |
| 403 | display: inline-block; | 397 | display: inline-block; |
| 404 | padding-right: 30px; | 398 | padding-right: 30px; |
| 405 | text-align: right; | 399 | text-align: right; | ... | ... |
-
Please register or sign in to post a comment