fix: fixed team overflow
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user