786a012b by Jeff Balicki

dd

1 parent ee6c8d0c
......@@ -15736,6 +15736,7 @@ h2, .h2 {
background-size: cover;
display: flex;
align-items: flex-end;
overflow-y: hidden;
}
@media (max-width: 768px) {
.header-image {
......@@ -15861,21 +15862,42 @@ h2, .h2 {
width: 100%;
font-size: 18px;
}
@media (min-width: 800px) and (max-width: 1000px) {
.numbers-top .wp-block-column:last-child p {
margin-top: 16px;
}
}
.numbers-top .wp-block-column:last-child span.doller-number {
font-size: 205px;
color: #fff;
line-height: 100px;
display: inline-block;
}
@media (min-width: 800px) and (max-width: 1000px) {
.numbers-top .wp-block-column:last-child span.doller-number {
margin-top: -130px;
}
}
.numbers-top .wp-block-column:last-child span.doller-sign {
font-size: 100px;
color: #fff;
display: inline-block;
margin-top: -100px;
}
@media (min-width: 800px) and (max-width: 1000px) {
.numbers-top .wp-block-column:last-child span.doller-sign {
margin-top: 0px;
}
}
.numbers-top .wp-block-column:last-child span.doller-sign sup {
top: -1.1em;
}
@media (min-width: 800px) and (max-width: 1000px) {
.numbers-top .wp-block-column:last-child span.doller-sign sup {
top: 0px;
left: -40px;
}
}
.numbers-second {
margin-bottom: 0em;
......@@ -16021,6 +16043,7 @@ h2, .h2 {
}
@media (max-width: 600px) {
.wp-block-group.register {
min-height: 750px;
margin-left: -10%;
padding-left: 15%;
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{
background-size: cover;
display: flex;
align-items: flex-end;
overflow-y: hidden;
@media (max-width: 768px){
max-height: 240px;
min-height: 240px;
......@@ -226,20 +227,33 @@ h2{
color: #fff;
width: 100%;
font-size: 18px;
@media (min-width: 800px) and (max-width: 1000px){
margin-top: 16px;
}
}
span.doller-number {
font-size: 205px;
color: #fff;
line-height: 100px;
display: inline-block;
@media (min-width: 800px) and (max-width: 1000px){
margin-top: -130px;
}
}
span.doller-sign {
font-size: 100px;
color: #fff;
display: inline-block;
margin-top: -100px;
@media (min-width: 800px) and (max-width: 1000px){
margin-top: 0px;
}
sup {
top: -1.1em;
@media (min-width: 800px) and (max-width: 1000px){
top: 0px;
left: -40px;
}
}
}
......@@ -383,6 +397,7 @@ h2{
padding-right: 35%;
}
@media (max-width: 600px){
min-height: 750px;
margin-left: -10%;
padding-left: 15%;
margin-right: -10%;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.06
Version: 1.1.07
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......