IP_PIbd-21_Potapov_Frontend/static/css/center.css

20 lines
194 B
CSS
Raw Normal View History

2023-10-13 09:43:04 +04:00
.wrapper {
width: 100%;
}
.center {
width: 70%;
}
@media screen and (min-width: 992px) {
.center {
width: 40%;
}
}
@media screen and (max-width: 576px) {
.center {
width: 100%;
}
}