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

32 lines
353 B
CSS
Raw Normal View History

2023-10-13 09:43:04 +04:00
.wrapper {
width: 100%;
}
.center {
width: 70%;
}
2023-10-15 12:58:35 +04:00
.user-message-trucated-text {
max-width: 60vw;
}
2023-10-13 09:43:04 +04:00
@media screen and (min-width: 992px) {
2023-10-15 12:58:35 +04:00
.user-message-trucated-text {
max-width: 30vw;
}
2023-10-13 09:43:04 +04:00
.center {
width: 40%;
}
}
@media screen and (max-width: 576px) {
2023-10-15 12:58:35 +04:00
.user-message-trucated-text {
max-width: 70vw;
}
2023-10-13 09:43:04 +04:00
.center {
width: 100%;
}
}