reverted some bad stylinh, which broke layout
This commit is contained in:
@@ -31,13 +31,10 @@
|
|||||||
#grid {
|
#grid {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: 90%;
|
height: 90%;
|
||||||
background: var(--dark-steel);
|
|
||||||
margin: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap:5%;
|
gap:5%;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#grid > * {
|
#grid > * {
|
||||||
|
|||||||
Reference in New Issue
Block a user