ee
Showing
7 changed files
with
7 additions
and
7 deletions
| ... | @@ -16087,7 +16087,7 @@ h2, .h2 { | ... | @@ -16087,7 +16087,7 @@ h2, .h2 { |
| 16087 | margin-bottom: 10px; | 16087 | margin-bottom: 10px; |
| 16088 | margin-left: -210px; | 16088 | margin-left: -210px; |
| 16089 | } | 16089 | } |
| 16090 | @media (max-width: 768px) { | 16090 | @media (max-width: 900px) { |
| 16091 | .wp-block-group.register .wpcf7 h2, .wp-block-group.register .wpcf7 .h2 { | 16091 | .wp-block-group.register .wpcf7 h2, .wp-block-group.register .wpcf7 .h2 { |
| 16092 | margin-left: 0px; | 16092 | margin-left: 0px; |
| 16093 | } | 16093 | } |
| ... | @@ -16106,7 +16106,7 @@ h2, .h2 { | ... | @@ -16106,7 +16106,7 @@ h2, .h2 { |
| 16106 | margin-bottom: 30px; | 16106 | margin-bottom: 30px; |
| 16107 | margin-left: -210px; | 16107 | margin-left: -210px; |
| 16108 | } | 16108 | } |
| 16109 | @media (max-width: 768px) { | 16109 | @media (max-width: 900px) { |
| 16110 | .wp-block-group.register .wpcf7 span.required { | 16110 | .wp-block-group.register .wpcf7 span.required { |
| 16111 | margin-left: 0px; | 16111 | margin-left: 0px; |
| 16112 | } | 16112 | } |
| ... | @@ -16348,7 +16348,7 @@ h2, .h2 { | ... | @@ -16348,7 +16348,7 @@ h2, .h2 { |
| 16348 | background-color: #012169; | 16348 | background-color: #012169; |
| 16349 | height: 273px; | 16349 | height: 273px; |
| 16350 | } | 16350 | } |
| 16351 | @media screen and (max-width: 768px) { | 16351 | @media screen and (max-width: 900px) { |
| 16352 | #wrapper-footer { | 16352 | #wrapper-footer { |
| 16353 | height: auto; | 16353 | height: auto; |
| 16354 | padding-bottom: 50px; | 16354 | padding-bottom: 50px; | ... | ... |
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.
| 1 | #wrapper-footer { | 1 | #wrapper-footer { |
| 2 | background-color: #012169; | 2 | background-color: #012169; |
| 3 | height: 273px; | 3 | height: 273px; |
| 4 | @media screen and (max-width: 768px) { | 4 | @media screen and (max-width: 900px) { |
| 5 | height: auto; | 5 | height: auto; |
| 6 | padding-bottom: 50px; | 6 | padding-bottom: 50px; |
| 7 | } | 7 | } | ... | ... |
| ... | @@ -423,7 +423,7 @@ | ... | @@ -423,7 +423,7 @@ |
| 423 | h2 { | 423 | h2 { |
| 424 | margin-bottom: 10px; | 424 | margin-bottom: 10px; |
| 425 | margin-left: -210px; | 425 | margin-left: -210px; |
| 426 | @media (max-width: 768px) { | 426 | @media (max-width: 900px) { |
| 427 | margin-left: 0px; | 427 | margin-left: 0px; |
| 428 | } | 428 | } |
| 429 | } | 429 | } |
| ... | @@ -438,7 +438,7 @@ | ... | @@ -438,7 +438,7 @@ |
| 438 | span.required { | 438 | span.required { |
| 439 | margin-bottom: 30px; | 439 | margin-bottom: 30px; |
| 440 | margin-left: -210px; | 440 | margin-left: -210px; |
| 441 | @media (max-width: 768px) { | 441 | @media (max-width: 900px) { |
| 442 | margin-left: 0px; | 442 | margin-left: 0px; |
| 443 | } | 443 | } |
| 444 | } | 444 | } | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | Author: the Understrap Contributors | 5 | Author: the Understrap Contributors |
| 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors | 6 | Author URI: https://github.com/understrap/understrap-child/graphs/contributors |
| 7 | Template: understrap | 7 | Template: understrap |
| 8 | Version: 1.1.12 | 8 | Version: 1.1.13 |
| 9 | License: GNU General Public License v2 or later | 9 | License: GNU General Public License v2 or later |
| 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html | 10 | License URI: http://www.gnu.org/licenses/gpl-2.0.html |
| 11 | Text Domain: understrap-child | 11 | Text Domain: understrap-child | ... | ... |
-
Please register or sign in to post a comment