2f0c6d54 by Jeff Balicki

sss

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent f1cb9fe0
......@@ -14813,7 +14813,12 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item {
.link-block.image-text .img {
background-size: cover;
background-position: center;
min-height: 450px;
}
@media only screen and (max-width: 800px) {
.link-block.image-text .img {
min-height: 300px;
}
}
.link-block.image-text .link {
padding-top: 17px;
......
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.
......@@ -46,8 +46,11 @@
.img{
background-size: cover;
background-position:center;
min-height: 450px;
@media only screen and (max-width: 800px) {
min-height: 300px;
}
}
.link{
padding-top: 17px;
height: 50px;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.2.0009
Version: 1.2.0010
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......