af0ab07c by Jeff Balicki

ss

1 parent 1fbda52b
...@@ -15736,7 +15736,7 @@ h2, .h2 { ...@@ -15736,7 +15736,7 @@ h2, .h2 {
15736 background-size: cover; 15736 background-size: cover;
15737 display: flex; 15737 display: flex;
15738 align-items: flex-end; 15738 align-items: flex-end;
15739 overflow-y: hidden; 15739 overflow: hidden;
15740 } 15740 }
15741 @media (max-width: 768px) { 15741 @media (max-width: 768px) {
15742 .header-image { 15742 .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{ ...@@ -125,7 +125,7 @@ h2{
125 background-size: cover; 125 background-size: cover;
126 display: flex; 126 display: flex;
127 align-items: flex-end; 127 align-items: flex-end;
128 overflow-y: hidden; 128 overflow: hidden;
129 @media (max-width: 768px){ 129 @media (max-width: 768px){
130 max-height: 240px; 130 max-height: 240px;
131 min-height: 240px; 131 min-height: 240px;
......
...@@ -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.10 8 Version: 1.1.11
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
......