Adjust margins
This commit is contained in:
parent
234420f990
commit
2e9623da23
|
|
@ -15,6 +15,7 @@
|
||||||
body {
|
body {
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
background-color: #444444;
|
background-color: #444444;
|
||||||
|
align-content: center;
|
||||||
}
|
}
|
||||||
.grid-item img {
|
.grid-item img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -30,6 +31,7 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
.grid-container { /* Default to single column for small screens */
|
.grid-container { /* Default to single column for small screens */
|
||||||
|
margin: auto;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 100%;
|
grid-template-columns: 100%;
|
||||||
grid-gap: 0.2em 0.2em;
|
grid-gap: 0.2em 0.2em;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue