923cc48d by Jeff Balicki

ee

1 parent 48bf7831
......@@ -15769,6 +15769,12 @@ h4, .h4 {
overflow-x: hidden;
}
@media (min-width: 782px) {
.page-template-certificant-page .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
margin-left: 0px;
}
}
.header-image {
top: 0px !important;
max-height: 768px;
......@@ -16443,11 +16449,6 @@ h4, .h4 {
max-width: 1234px;
}
}
@media (min-width: 782px) {
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
margin-left: 0px;
}
}
a.find {
background-color: #012169;
text-transform: uppercase;
......
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.
......@@ -142,6 +142,14 @@
#full-width-page-wrapper {
overflow-x: hidden;
}
.page-template-certificant-page{
@media (min-width: 782px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
margin-left: 0px;
}
}
}
.header-image {
top: 0px !important;
......@@ -183,6 +191,7 @@
}
.numbers-top {
margin-bottom: 0em;
.wp-block-column:first-child {
h1 {
......@@ -296,6 +305,7 @@
}
}
}
}
.numbers-second {
margin-bottom: 0em;
......
......@@ -19,14 +19,8 @@
}
}
@media (min-width: 782px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
margin-left: 0px;
}
}
a.find {
background-color: #012169;
text-transform: uppercase;
......@@ -399,7 +393,7 @@ span.number-med.last{
font-family: "Calibri-bold";
font-size: 205px;
line-height: 150px;
width: 25%;
width: 26%;
display: inline-block;
padding-right: 30px;
text-align: right;
......