Files
agroexpert/frontend/src/styles/layout/container.css
argoexpert press 8ee9604061 reverse right column
2025-06-28 21:59:01 +03:00

12 lines
146 B
CSS

.container {
max-width: 1440px;
margin: 0 auto;
}
@media (max-width: 767px) {
.container {
padding: 0 2rem;
max-width: 100%;
}
}