Files
Web-NibblePoker/resources/Azias/scss/halfmoon/element/containers.scss
Herwin 2df6476a2f Cleaning up trash, Changing from pure CSS to SCSS
Update .dockerignore, .gitignore, and 20 more files...
2022-09-21 16:54:03 +02:00

18 lines
218 B
SCSS

/* Halfmoon > Elements > Containers */
.w-lg-p90 {
width: 95% !important;
}
@media (max-width: 992px) {
.w-95 {
width: 95% !important;
}
}
@media (min-width: 993px) {
.w-lg-p90 {
width: 90% !important;
}
}