More style tweaking
This commit is contained in:
@@ -109,7 +109,7 @@ body {
|
||||
display: grid;
|
||||
gap: 10px;
|
||||
margin: 1rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
}
|
||||
|
||||
.catalog-preview {
|
||||
@@ -490,6 +490,10 @@ footer {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#catalog {
|
||||
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
||||
}
|
||||
|
||||
.action-bar {
|
||||
flex-direction: column;
|
||||
justify-items: center;
|
||||
|
||||
Reference in New Issue
Block a user