2d135bf5 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 820b3b47
......@@ -16863,7 +16863,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
#main-nav {
box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137);
}
@media only screen and (max-width: 48.875rem) {
@media only screen and (max-width: 1000px) {
#main-nav {
height: 90PX;
}
......@@ -19368,6 +19368,16 @@ ul.sf_date_field .sf-datepicker {
background: transparent;
}
}
@media screen and (max-width: 1067px) {
.content-container .container {
margin: 0rem 1.875rem 0 1.875rem;
}
}
@media screen and (max-width: 48.875rem) {
.content-container .container {
margin: 0rem;
}
}
.content-container p {
color: #fff;
font-size: 22px;
......@@ -20259,7 +20269,7 @@ ul.sf_date_field .sf-datepicker {
display: flex;
padding-top: 0px;
}
@media only screen and (max-width: 1000px) {
@media only screen and (max-width: 48.875rem) {
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
position: absolute;
right: 0px;
......
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.
......@@ -48,6 +48,14 @@
@media only screen and (max-width: 48.875rem) {
background:transparent;
}
.container{
@media screen and (max-width: 1067px) {
margin: 0rem 1.875rem 0 1.875rem;
}
@media screen and (max-width:48.875rem) {
margin: 0rem;
}
}
p{
color: #fff;
font-size: 22px;
......
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
display: flex;
padding-top: 0px;
@media only screen and (max-width: 1000px) {
//margin-top: -10px;
@media only screen and (max-width: 48.875rem) {
position: absolute;
right: 0px;
top:-12px;
......
......@@ -43,7 +43,7 @@
#main-nav{
box-shadow: 0rem 0.1875rem 0.375rem #00000029;
//z-index: 9999;
@media only screen and (max-width: 48.875rem) {
@media only screen and (max-width:1000px) {
height: 90PX;
}
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.5303
Version: 1.0.5304
*/
\ No newline at end of file
......