push fix for ultrawide disaplys

This commit is contained in:
phoenixbyrd
2020-08-12 04:46:29 -05:00
parent a7498ddb1a
commit 8ee9825f1c

View File

@@ -91,6 +91,20 @@
}
@media screen and (min-width: 2560px) {
.center { /* Properly Display Carousel on ultrawide monitor */
display: block;
margin-left: auto;
margin-right: auto;
width: 80% !important;
margin-top: 2%;
}
.center, img {
margin-left: 7%;
}
}
/***************************************************************************/
/* CSS - All Pages*/