madeorsk.com/less/_header.less

16 lines
162 B
Text
Raw Normal View History

header
{
2024-09-07 10:50:40 +02:00
display: flex;
margin: auto;
align-items: center;
justify-content: center;
h1
{
margin: 1em auto;
2024-09-07 10:50:40 +02:00
font-size: 3em;
text-align: center;
}
}