Skip to content

Commit bf0f43c

Browse files
committed
Fix footer issues on iPhone
1 parent b9613a7 commit bf0f43c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

_sass/_layout.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,16 @@ ul.contact {
180180

181181

182182
a {
183-
line-height: 2em;
184-
display: inline-flex;
183+
line-height: 2.2em;
185184
text-decoration: none;
185+
display: inline-block;
186+
vertical-align: middle;
186187

187188
svg {
188189
width: 1.2em;
189-
padding-top: 1px;
190+
padding-bottom: 3px;
190191
margin-right: 0.6em;
192+
vertical-align: middle;
191193
path {
192194
fill: currentcolor;
193195
}

0 commit comments

Comments
 (0)