Centering headings

This commit is contained in:
Erik Thuning 2024-09-09 15:30:42 +02:00
parent b8e461709f
commit fee9ee1aec

@ -1,17 +1,19 @@
h2, .itembox {
display: flex;
flex-direction: column;
align-items: center;
}
oks, errors {
display: grid;
gap: 20px;
place-items: stretch;
place-content: center;
grid-template-columns: repeat(auto-fill, 300px);
#grid-auto-rows: 75px;
grid-auto-flow: row;
}
.itembox {
display: flex;
flex-direction: column;
align-items: center;
color: white;
font-weight: bold;
padding: 10px;