Skip to content

Commit 8daeaf7

Browse files
authored
Merge pull request #3 from andreev2007/ISSUE_3
fix(sanya-loh): fix gap between vertical elements (ISSUE_3)
2 parents 69833d4 + c2c2709 commit 8daeaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SanyaLoh.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default {
7070
flex-direction: column;
7171
align-items: center;
7272
justify-content: center;
73-
gap: 200px;
73+
gap: 5vh;
7474

7575
h5 {
7676
color: white;

0 commit comments

Comments
 (0)