Лагерь: CSS
This commit is contained in:
parent
5fe3c2d7e7
commit
514c848d97
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user