Files
Freedom-Loader/public/styles/layout/header.css
2026-08-15 12:30:23 +02:00

11 lines
149 B
CSS

header {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 2vw;
}
header h1{
margin-bottom: 0.2vw;
}