Centering headings
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user