Skip to content

Commit 49e1536

Browse files
committed
Fix 2
1 parent 87d463f commit 49e1536

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

_styles/header.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,19 @@ header[data-big] {
168168
.home {
169169
flex-direction: column;
170170
flex-grow: 0;
171+
flex-basis: auto;
172+
width: 100%;
173+
align-items: center;
171174
}
172175

173176
.logo {
174177
height: $logo-big;
175178
flex-shrink: 0;
179+
width: 100%;
180+
}
181+
182+
.logo > * {
183+
margin: 0 auto;
176184
}
177185

178186
.title-text {

0 commit comments

Comments
 (0)