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 {
|
oks, errors {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
place-items: stretch;
|
place-items: stretch;
|
||||||
place-content: center;
|
place-content: center;
|
||||||
grid-template-columns: repeat(auto-fill, 300px);
|
grid-template-columns: repeat(auto-fill, 300px);
|
||||||
#grid-auto-rows: 75px;
|
|
||||||
grid-auto-flow: row;
|
grid-auto-flow: row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.itembox {
|
.itembox {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user