fix: fixed team overflow

This commit is contained in:
Aliaksei Karzhou
2024-07-03 02:06:44 +03:00
parent f147a2b0d9
commit 70dc4bfe24
2 changed files with 2 additions and 0 deletions

View File

@@ -2240,6 +2240,7 @@ h3 {
.team { .team {
margin: 100px 0 90px; margin: 100px 0 90px;
overflow: hidden;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.team { .team {

View File

@@ -1,5 +1,6 @@
.team { .team {
margin: 100px 0 90px; margin: 100px 0 90px;
overflow: hidden;
@include tablet { @include tablet {
margin: 90px 0; margin: 90px 0;