mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-05-14 08:02:16 +00:00
This commit fixes the style issues introduced in a09d21f
according to the output
from Prettier.
Details: None
9 lines
140 B
SCSS
9 lines
140 B
SCSS
.header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
|
|
> h1 {
|
|
margin-bottom: calc((16px - 4px) * -1);
|
|
}
|
|
}
|