2d193652 by Jeff Balicki

sss

1 parent 7f33ce14
...@@ -17333,9 +17333,19 @@ ss3-force-full-width { ...@@ -17333,9 +17333,19 @@ ss3-force-full-width {
17333 #full-width-page-wrapper.sub .wp-block-buttons.video .wp-block-button__link { 17333 #full-width-page-wrapper.sub .wp-block-buttons.video .wp-block-button__link {
17334 width: 370px; 17334 width: 370px;
17335 } 17335 }
17336 @media (max-width: 600px) {
17337 #full-width-page-wrapper.sub .wp-block-buttons.video .wp-block-button__link {
17338 width: 100%;
17339 }
17340 }
17336 #full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link { 17341 #full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link {
17337 width: 320px; 17342 width: 320px;
17338 } 17343 }
17344 @media (max-width: 600px) {
17345 #full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link {
17346 width: 100%;
17347 }
17348 }
17339 17349
17340 #wrapper-footer { 17350 #wrapper-footer {
17341 background-color: #012169; 17351 background-color: #012169;
......
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.
...@@ -140,11 +140,17 @@ a.wp-block-button__link:hover{ ...@@ -140,11 +140,17 @@ a.wp-block-button__link:hover{
140 .wp-block-buttons.video{ 140 .wp-block-buttons.video{
141 .wp-block-button__link{ 141 .wp-block-button__link{
142 width: 370px; 142 width: 370px;
143 @media (max-width: 600px) {
144 width: 100%;
145 }
143 } 146 }
144 } 147 }
145 .wp-block-buttons.email{ 148 .wp-block-buttons.email{
146 .wp-block-button__link{ 149 .wp-block-button__link{
147 width: 320px; 150 width: 320px;
151 @media (max-width: 600px) {
152 width: 100%;
153 }
148 } 154 }
149 } 155 }
150 156
......
...@@ -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.30348 8 Version: 1.1.30349
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
......