786a012b by Jeff Balicki

dd

1 parent ee6c8d0c
...@@ -15736,6 +15736,7 @@ h2, .h2 { ...@@ -15736,6 +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 } 15740 }
15740 @media (max-width: 768px) { 15741 @media (max-width: 768px) {
15741 .header-image { 15742 .header-image {
...@@ -15861,21 +15862,42 @@ h2, .h2 { ...@@ -15861,21 +15862,42 @@ h2, .h2 {
15861 width: 100%; 15862 width: 100%;
15862 font-size: 18px; 15863 font-size: 18px;
15863 } 15864 }
15865 @media (min-width: 800px) and (max-width: 1000px) {
15866 .numbers-top .wp-block-column:last-child p {
15867 margin-top: 16px;
15868 }
15869 }
15864 .numbers-top .wp-block-column:last-child span.doller-number { 15870 .numbers-top .wp-block-column:last-child span.doller-number {
15865 font-size: 205px; 15871 font-size: 205px;
15866 color: #fff; 15872 color: #fff;
15867 line-height: 100px; 15873 line-height: 100px;
15868 display: inline-block; 15874 display: inline-block;
15869 } 15875 }
15876 @media (min-width: 800px) and (max-width: 1000px) {
15877 .numbers-top .wp-block-column:last-child span.doller-number {
15878 margin-top: -130px;
15879 }
15880 }
15870 .numbers-top .wp-block-column:last-child span.doller-sign { 15881 .numbers-top .wp-block-column:last-child span.doller-sign {
15871 font-size: 100px; 15882 font-size: 100px;
15872 color: #fff; 15883 color: #fff;
15873 display: inline-block; 15884 display: inline-block;
15874 margin-top: -100px; 15885 margin-top: -100px;
15875 } 15886 }
15887 @media (min-width: 800px) and (max-width: 1000px) {
15888 .numbers-top .wp-block-column:last-child span.doller-sign {
15889 margin-top: 0px;
15890 }
15891 }
15876 .numbers-top .wp-block-column:last-child span.doller-sign sup { 15892 .numbers-top .wp-block-column:last-child span.doller-sign sup {
15877 top: -1.1em; 15893 top: -1.1em;
15878 } 15894 }
15895 @media (min-width: 800px) and (max-width: 1000px) {
15896 .numbers-top .wp-block-column:last-child span.doller-sign sup {
15897 top: 0px;
15898 left: -40px;
15899 }
15900 }
15879 15901
15880 .numbers-second { 15902 .numbers-second {
15881 margin-bottom: 0em; 15903 margin-bottom: 0em;
...@@ -16021,6 +16043,7 @@ h2, .h2 { ...@@ -16021,6 +16043,7 @@ h2, .h2 {
16021 } 16043 }
16022 @media (max-width: 600px) { 16044 @media (max-width: 600px) {
16023 .wp-block-group.register { 16045 .wp-block-group.register {
16046 min-height: 750px;
16024 margin-left: -10%; 16047 margin-left: -10%;
16025 padding-left: 15%; 16048 padding-left: 15%;
16026 margin-right: -10%; 16049 margin-right: -10%;
......
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,6 +125,7 @@ h2{ ...@@ -125,6 +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 @media (max-width: 768px){ 129 @media (max-width: 768px){
129 max-height: 240px; 130 max-height: 240px;
130 min-height: 240px; 131 min-height: 240px;
...@@ -226,20 +227,33 @@ h2{ ...@@ -226,20 +227,33 @@ h2{
226 color: #fff; 227 color: #fff;
227 width: 100%; 228 width: 100%;
228 font-size: 18px; 229 font-size: 18px;
230 @media (min-width: 800px) and (max-width: 1000px){
231 margin-top: 16px;
232 }
229 } 233 }
230 span.doller-number { 234 span.doller-number {
231 font-size: 205px; 235 font-size: 205px;
232 color: #fff; 236 color: #fff;
233 line-height: 100px; 237 line-height: 100px;
234 display: inline-block; 238 display: inline-block;
239 @media (min-width: 800px) and (max-width: 1000px){
240 margin-top: -130px;
241 }
235 } 242 }
236 span.doller-sign { 243 span.doller-sign {
237 font-size: 100px; 244 font-size: 100px;
238 color: #fff; 245 color: #fff;
239 display: inline-block; 246 display: inline-block;
240 margin-top: -100px; 247 margin-top: -100px;
248 @media (min-width: 800px) and (max-width: 1000px){
249 margin-top: 0px;
250 }
241 sup { 251 sup {
242 top: -1.1em; 252 top: -1.1em;
253 @media (min-width: 800px) and (max-width: 1000px){
254 top: 0px;
255 left: -40px;
256 }
243 } 257 }
244 258
245 } 259 }
...@@ -383,6 +397,7 @@ h2{ ...@@ -383,6 +397,7 @@ h2{
383 padding-right: 35%; 397 padding-right: 35%;
384 } 398 }
385 @media (max-width: 600px){ 399 @media (max-width: 600px){
400 min-height: 750px;
386 margin-left: -10%; 401 margin-left: -10%;
387 padding-left: 15%; 402 padding-left: 15%;
388 margin-right: -10%; 403 margin-right: -10%;
......
...@@ -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.06 8 Version: 1.1.07
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
......