We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d463f commit 49e1536Copy full SHA for 49e1536
1 file changed
_styles/header.scss
@@ -168,11 +168,19 @@ header[data-big] {
168
.home {
169
flex-direction: column;
170
flex-grow: 0;
171
+ flex-basis: auto;
172
+ width: 100%;
173
+ align-items: center;
174
}
175
176
.logo {
177
height: $logo-big;
178
flex-shrink: 0;
179
180
+ }
181
+
182
+ .logo > * {
183
+ margin: 0 auto;
184
185
186
.title-text {
0 commit comments