a828d3ce by Jeff Balicki

www

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent ed329479
......@@ -19472,6 +19472,7 @@ ul.sf_date_field .sf-datepicker {
margin-top: 2.5rem;
padding: 0rem 6.25rem;
position: relative;
box-shadow: -2px 7px 7px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 48.875rem) {
.entry-header.page .search-box {
......@@ -20087,10 +20088,15 @@ ul.sf_date_field .sf-datepicker {
}
}
.promo-area a {
display: block;
margin-top: 20px;
color: #fff;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
.promo-area a:hover {
text-decoration: none;
text-decoration: underline;
}
.promo-area .content {
width: 50%;
......
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.
......@@ -72,6 +72,7 @@
margin-top: 2.5rem;
padding: 0rem 6.25rem ;
position: relative;
box-shadow: -2px 7px 7px 0 rgba(0,0,0,.25);
@media only screen and (max-width: 48.875rem) {
padding: 0rem 0.625rem ;
}
......
......@@ -13,10 +13,15 @@
border-radius: 1.25rem;
}
a{
display: block;
margin-top: 20px;
color: #fff;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}
a:hover{
text-decoration: none;
text-decoration: underline;
}
.content{
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.44
Version: 1.0.450
*/
......