fix grids

This commit is contained in:
Anton Romanov 2019-04-06 00:11:49 +04:00
parent d26ab93629
commit b9af7c20c7

View File

@ -777,11 +777,25 @@ ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons l
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
} }
@media (min-width: 1500px) {
.col-xl-3 {
max-width: 20%;
}
.container {
max-width: 1340px;
}
}
.toolbar-button { .toolbar-button {
width: 100%; width: 100%;
margin: 5px; margin: 5px;
} }
.img-fluid {
width: 100% !important;
}
/* --------------------------------------------------- /* ---------------------------------------------------
FEEDBACK STYLE FEEDBACK STYLE
----------------------------------------------------- */ ----------------------------------------------------- */