Skip to content

Commit 1960c8a

Browse files
committed
Fix layout when using mobile safari, closes #2
1 parent 31e3e39 commit 1960c8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ a {
153153

154154
@media only screen and (max-device-width:480px) {
155155
.built-with-cycle {
156-
flex-direction: column;
157-
align-items: center;
156+
display: inline;
158157
}
159158
}

0 commit comments

Comments
 (0)