sda
This commit is contained in:
parent
6b29f2c61a
commit
6d76a8a6d7
2 changed files with 14 additions and 41 deletions
|
|
@ -114,19 +114,6 @@ body.tab-nucking-futz { background-image: url("/images/Nucking-futz-bg.png")
|
|||
SERVICE CARDS
|
||||
───────────────────────────────────────────── */
|
||||
|
||||
/* Target the actual Homepage services grid (Tailwind classes) */
|
||||
ul.services-list {
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
|
||||
}
|
||||
|
||||
/* Each card fills exactly one column — never spans more */
|
||||
ul.services-list > li {
|
||||
grid-column: span 1 !important;
|
||||
min-width: 0 !important;
|
||||
width: 100% !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.service-card {
|
||||
background: var(--ng-card-bg) !important;
|
||||
backdrop-filter: var(--ng-blur);
|
||||
|
|
|
|||
|
|
@ -17,73 +17,59 @@ layout:
|
|||
# ── Netgrimoire tab ─────────────────────────
|
||||
Applications:
|
||||
tab: Netgrimoire
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Monitoring:
|
||||
tab: Netgrimoire
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Remote Access:
|
||||
tab: Netgrimoire
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Management:
|
||||
tab: Netgrimoire
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Backup:
|
||||
tab: Netgrimoire
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Mail Services:
|
||||
tab: Netgrimoire
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Services:
|
||||
tab: Netgrimoire
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
# ── PNCHarris tab ───────────────────────────
|
||||
PNCHarris Apps:
|
||||
tab: PNCHarris
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
# ── Wasted-Bandwidth tab ────────────────────
|
||||
Jolly Roger:
|
||||
tab: Wasted-Bandwidth
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Downloaders:
|
||||
tab: Wasted-Bandwidth
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
VPN Protected Apps:
|
||||
tab: Wasted-Bandwidth
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Media Management:
|
||||
tab: Wasted-Bandwidth
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
Media Search:
|
||||
tab: Wasted-Bandwidth
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
|
||||
# ── Nucking-Futz tab ────────────────────────
|
||||
Nucking Apps:
|
||||
tab: Nucking-Futz
|
||||
style: row
|
||||
columns: 4
|
||||
style: column
|
||||
Loading…
Add table
Add a link
Reference in a new issue