2d193652 by Jeff Balicki

sss

1 parent 7f33ce14
......@@ -17333,9 +17333,19 @@ ss3-force-full-width {
#full-width-page-wrapper.sub .wp-block-buttons.video .wp-block-button__link {
width: 370px;
}
@media (max-width: 600px) {
#full-width-page-wrapper.sub .wp-block-buttons.video .wp-block-button__link {
width: 100%;
}
}
#full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link {
width: 320px;
}
@media (max-width: 600px) {
#full-width-page-wrapper.sub .wp-block-buttons.email .wp-block-button__link {
width: 100%;
}
}
#wrapper-footer {
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{
.wp-block-buttons.video{
.wp-block-button__link{
width: 370px;
@media (max-width: 600px) {
width: 100%;
}
}
}
.wp-block-buttons.email{
.wp-block-button__link{
width: 320px;
@media (max-width: 600px) {
width: 100%;
}
}
}
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30348
Version: 1.1.30349
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......