Лагерь: CSS
This commit is contained in:
parent
5fe3c2d7e7
commit
514c848d97
@ -554,7 +554,7 @@ html {
|
||||
.suggestions-wrapper {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
}
|
||||
.suggestions-wrapper > .suggestions__item {
|
||||
@ -1382,7 +1382,7 @@ html {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 30px;
|
||||
justify-content: space-between;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.mentors__item {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user