Files
agroexpert/frontend/src/styles/layout/container.css

12 lines
146 B
CSS
Raw Normal View History

2024-03-01 17:47:03 +03:00
.container {
max-width: 1440px;
margin: 0 auto;
}
@media (max-width: 767px) {
.container {
padding: 0 2rem;
2025-06-28 21:59:01 +03:00
max-width: 100%;
2024-03-01 17:47:03 +03:00
}
}