WebsiteFluffy/src/styles/_header.scss
deepsource-autofix[bot] f2d3cc3b4b
style: format code with Prettier
This commit fixes the style issues introduced in a09d21f according to the output
from Prettier.

Details: None
2024-05-25 11:39:36 +00:00

9 lines
140 B
SCSS

.header {
display: flex;
flex-direction: column;
gap: 16px;
> h1 {
margin-bottom: calc((16px - 4px) * -1);
}
}