fix adaptive Calendar

This commit is contained in:
2024-08-01 12:23:17 +03:00
parent 5cdf072551
commit a76725edf5
3 changed files with 50 additions and 8 deletions

View File

@ -19,8 +19,13 @@
.summary__info {
padding-right: 25px;
@media (max-width: 500px) {
padding-right: 5px;
@media (max-width: 760px) {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
row-gap: 25px;
padding: 25px;
}
.summary__person {