Files
Freedom-Loader/public/styles/layout/header.css
2025-11-09 09:04:57 +01:00

11 lines
149 B
CSS

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