Skip to content

Commit 829f748

Browse files
[Fixed] Home page buttons truncated on SAFARI ONLY (axios#92)
When I launched the website on Safari the Get Started and View on GitHub buttons were truncated. Adding this style to the template fixes the issue. Co-authored-by: Jay <[email protected]>
1 parent d98b307 commit 829f748

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/home.ejs

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
* {
1010
<%= locale.fontSans ? 'font-family: ' + locale.fontSans + ';' : '' %>
1111
}
12+
.buttons{
13+
display: flex;
14+
}
1215
</style>
1316
<link
1417
rel="preload"

0 commit comments

Comments
 (0)