Skip to content

Commit 30305d4

Browse files
committed
Fix: Margin, justification of logo
* assets/theme-css/styles.css: (.flex-column): Add "margin-left: 0.5em;" (.hero-title): Add "justify-content: center; margin-right: 0.5em;" Intended to fix overlap issue shown by <numpy/numpy.org#668 (comment)>.
1 parent 10b7fa0 commit 30305d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/theme-css/styles.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ em {
2121
display: flex;
2222
flex-direction: column;
2323
justify-content: center;
24+
margin-left: 0.5em;
2425
}
2526

2627
.hero-container {
@@ -54,7 +55,8 @@ em {
5455
font-weight: 900;
5556
font-size: 6em;
5657
color: var(--colorPrimaryDark);
57-
padding: 0 0.5em 0.5em;
58+
justify-content: center;
59+
margin-right: 0.5em;
5860
}
5961

6062
.hero-logo {

0 commit comments

Comments
 (0)