Styling of home
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
.content {
|
||||
max-width: 80ch;
|
||||
margin: 0 auto;
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
.grid {
|
||||
display: grid;
|
||||
margin-top: 2em;
|
||||
gap: 1em;
|
||||
grid-template-columns: repeat(auto-fit, minmax(450px, max-content));
|
||||
margin-block-start: -2em;
|
||||
}
|
||||
|
||||
.missingFactories {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.1em;
|
||||
}
|
||||
|
||||
.missingFactories > * {
|
||||
.entitySpanList > * {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user