af0ab07c by Jeff Balicki

ss

1 parent 1fbda52b
......@@ -15736,7 +15736,7 @@ h2, .h2 {
background-size: cover;
display: flex;
align-items: flex-end;
overflow-y: hidden;
overflow: hidden;
}
@media (max-width: 768px) {
.header-image {
......
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.
......@@ -125,7 +125,7 @@ h2{
background-size: cover;
display: flex;
align-items: flex-end;
overflow-y: hidden;
overflow: hidden;
@media (max-width: 768px){
max-height: 240px;
min-height: 240px;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.10
Version: 1.1.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......