Skip to content

Commit a06be88

Browse files
committed
fix(css): make max-width 29em for safari
1 parent 6ab191d commit a06be88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/scss/pages/_home-footage.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
.content {
2323
text-align: center;
2424
width: auto;
25-
max-width: 28em;
25+
max-width: 29em;
2626
margin: 0 auto;
2727
color: #fff;
2828
padding: 5em 1em 10em;

0 commit comments

Comments
 (0)