Files
Freedom-Loader/OLD CODE/public/styles/layout/header.css
2025-11-08 15:11:25 +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;
}