Skip to content

Commit 0cfbf24

Browse files
committed
Fix 5
1 parent 6edc2ca commit 0cfbf24

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

_styles/header.scss

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ header a {
3030

3131
.home {
3232
display: flex;
33-
justify-content: center;
33+
justify-content: flex-start;
3434
align-items: center;
3535
gap: 10px;
3636
flex-basis: 0;
@@ -39,14 +39,10 @@ header a {
3939
}
4040

4141
.logo {
42-
display: flex;
43-
justify-content: center;
44-
align-items: center;
4542
height: $logo;
4643
}
4744

4845
.logo > * {
49-
display: block;
5046
width: unset;
5147
height: 100%;
5248
}
@@ -168,20 +164,11 @@ header[data-big] {
168164
.home {
169165
flex-direction: column;
170166
flex-grow: 0;
171-
flex-basis: auto;
172-
width: 100%;
173-
align-items: center;
174167
}
175168

176169
.logo {
177170
height: $logo-big;
178171
flex-shrink: 0;
179-
width: 100%;
180-
}
181-
182-
.logo > * {
183-
width: auto;
184-
margin: 0 auto;
185172
}
186173

187174
.title-text {

0 commit comments

Comments
 (0)