Skip to content

Commit 0548a30

Browse files
committed
fix: mobile style
1 parent e5c2687 commit 0548a30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/components/footer/ContactLinks.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,10 @@ css({
7373
width: '40px',
7474
height: '40px',
7575
},
76+
'@mobile': {
77+
'.contact-root': {
78+
padding: 'calc({space.8} * 2) 0'
79+
},
80+
},
7681
})
7782
</style>

0 commit comments

Comments
 (0)