Skip to content

Commit 84791f2

Browse files
authoredJun 9, 2021
Merge pull request #210 from sophie-h/sophie-h/patch-2
Fix footer issues on iPhone
2 parents c4d603c + bf0f43c commit 84791f2

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)
Please sign in to comment.