mirror of
https://github.com/SrIzan10/TwisterOS.git
synced 2026-05-01 11:05:22 +00:00
push fix for ultrawide disaplys
This commit is contained in:
14
style.css
14
style.css
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user