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 6edc2ca commit 0cfbf24Copy full SHA for 0cfbf24
1 file changed
_styles/header.scss
@@ -30,7 +30,7 @@ header a {
30
31
.home {
32
display: flex;
33
- justify-content: center;
+ justify-content: flex-start;
34
align-items: center;
35
gap: 10px;
36
flex-basis: 0;
@@ -39,14 +39,10 @@ header a {
39
}
40
41
.logo {
42
- display: flex;
43
44
- align-items: center;
45
height: $logo;
46
47
48
.logo > * {
49
- display: block;
50
width: unset;
51
height: 100%;
52
@@ -168,20 +164,11 @@ header[data-big] {
168
164
169
165
flex-direction: column;
170
166
flex-grow: 0;
171
- flex-basis: auto;
172
- width: 100%;
173
174
167
175
176
177
height: $logo-big;
178
flex-shrink: 0;
179
180
- }
181
-
182
- .logo > * {
183
- width: auto;
184
- margin: 0 auto;
185
186
187
.title-text {
0 commit comments