Skip to content

Commit 62dd4ac

Browse files
committed
refactor: fix responsivity
1 parent 452fccb commit 62dd4ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/app/pages/Home/HomeEcosystem.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@
9797
padding-bottom: 28px;
9898
margin: 0 -16px;
9999
background: #f5f5f5;
100+
.md-layout-item {
101+
@include md-layout-small {
102+
margin-top: 16px;
103+
}
104+
}
100105
.md-card {
101106
position: relative;
102107
overflow: hidden;

0 commit comments

Comments
 (0)