6c3030ca by Jeff Balicki

eee

1 parent 89f7837c
......@@ -238,8 +238,23 @@ $container = get_theme_mod( 'understrap_container_type' );
</div>
</div>
<style>
.site{
background-color: #012169;
}
.custom-logo-link{
display:none;
display:none;
}
@media (max-width: 768px){
.header-image {
top: 1px!important;
position: relative;
max-height: 500px;
min-height: 500px;
}
.header-image .header-text .h1, .header-image .header-text h1 {
display: block !important;
color:#fff !important;
}
}
</style>
<?php
......