fix: awesomelist grid to 3 columns
This commit is contained in:
parent
7051f1f6c9
commit
d51c8f8c68
1 changed files with 3 additions and 3 deletions
|
|
@ -139,7 +139,7 @@
|
|||
/* ─── Sector Grid ──────────────────────────────────────── */
|
||||
.al-sector-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 1rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
|
@ -235,7 +235,7 @@
|
|||
/* ─── List Cards (inside sector) ───────────────────────── */
|
||||
.al-list-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0.8rem;
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
|
|
@ -318,7 +318,7 @@
|
|||
/* ─── Subcategory Cards (inside list detail) ───────────── */
|
||||
.al-sub-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 0.6rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue