moved section to components.css

This commit is contained in:
bronkuu 2026-04-16 20:46:07 +02:00
parent cf82daf9a7
commit d3cf01e938
3 changed files with 6 additions and 7 deletions

View file

@ -36,4 +36,9 @@ h2{
p {
color: var(--on-background);
line-height: 1.5rem;
}
section {
padding: 1rem 2rem;
margin: 0 auto;
}