refactor(style.css): make main a flex container

This commit is contained in:
2025-06-16 12:02:35 +02:00
parent d998b85f9f
commit 1f0fcc71c9

View File

@@ -65,9 +65,13 @@ header {
}
main {
display: flex;
flex-direction: column;
gap: 1rem;
padding: 1rem;
background-color: #3b4252;
flex-grow: 1;
text-align: center;
}
header a {