Files
brk/website_next/home/style.css
T
2026-07-21 12:15:41 +02:00

23 lines
359 B
CSS

main[data-page="home"] {
display: grid;
gap: 2rem;
place-items: center;
align-content: center;
padding: 6rem var(--page-x);
h1 {
margin: 0;
font-size: 4rem;
line-height: 1;
}
nav {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.5rem;
font-size: var(--font-size-xs);
line-height: 1;
}
}