Лагерь: CSS

This commit is contained in:
Dekart Deploy Bot 2026-05-12 18:38:10 +03:00
parent 5fe3c2d7e7
commit 514c848d97

View File

@ -554,7 +554,7 @@ html {
.suggestions-wrapper { .suggestions-wrapper {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: center;
gap: 20px; gap: 20px;
} }
.suggestions-wrapper > .suggestions__item { .suggestions-wrapper > .suggestions__item {
@ -1382,7 +1382,7 @@ html {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 30px; gap: 30px;
justify-content: space-between; justify-content: center;
} }
.mentors__item { .mentors__item {