css
Showing
6 changed files
with
9 additions
and
1 deletions
| ... | @@ -16077,6 +16077,11 @@ h2, .h2 { | ... | @@ -16077,6 +16077,11 @@ h2, .h2 { |
| 16077 | margin: auto; | 16077 | margin: auto; |
| 16078 | margin-top: 100px; | 16078 | margin-top: 100px; |
| 16079 | } | 16079 | } |
| 16080 | @media (min-width: 800px) and (max-width: 900px) { | ||
| 16081 | .wp-block-group.register .thank-you { | ||
| 16082 | margin-top: 50px; | ||
| 16083 | } | ||
| 16084 | } | ||
| 16080 | .wp-block-group.register .wpcf7 form.sent .wpcf7-response-output { | 16085 | .wp-block-group.register .wpcf7 form.sent .wpcf7-response-output { |
| 16081 | border: 0px #fff solid; | 16086 | border: 0px #fff solid; |
| 16082 | } | 16087 | } | ... | ... |
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.
| ... | @@ -414,6 +414,9 @@ | ... | @@ -414,6 +414,9 @@ |
| 414 | max-width: 800px; | 414 | max-width: 800px; |
| 415 | margin: auto; | 415 | margin: auto; |
| 416 | margin-top: 100px; | 416 | margin-top: 100px; |
| 417 | @media (min-width: 800px) and (max-width: 900px) { | ||
| 418 | margin-top: 50px; | ||
| 419 | } | ||
| 417 | } | 420 | } |
| 418 | .wpcf7 form.sent .wpcf7-response-output { | 421 | .wpcf7 form.sent .wpcf7-response-output { |
| 419 | border: 0px #fff solid; | 422 | border: 0px #fff solid; | ... | ... |
| ... | @@ -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.13 | 8 | Version: 1.1.14 |
| 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