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 { ...@@ -14813,7 +14813,12 @@ h2 + .wp-block-pb-accordion-item, .h2 + .wp-block-pb-accordion-item {
14813 .link-block.image-text .img { 14813 .link-block.image-text .img {
14814 background-size: cover; 14814 background-size: cover;
14815 background-position: center; 14815 background-position: center;
14816 min-height: 450px;
14817 }
14818 @media only screen and (max-width: 800px) {
14819 .link-block.image-text .img {
14816 min-height: 300px; 14820 min-height: 300px;
14821 }
14817 } 14822 }
14818 .link-block.image-text .link { 14823 .link-block.image-text .link {
14819 padding-top: 17px; 14824 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 @@ ...@@ -46,8 +46,11 @@
46 .img{ 46 .img{
47 background-size: cover; 47 background-size: cover;
48 background-position:center; 48 background-position:center;
49 min-height: 450px;
50 @media only screen and (max-width: 800px) {
49 min-height: 300px; 51 min-height: 300px;
50 } 52 }
53 }
51 .link{ 54 .link{
52 padding-top: 17px; 55 padding-top: 17px;
53 height: 50px; 56 height: 50px;
......
...@@ -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.2.0009 8 Version: 1.2.0010
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
......