l;k
This commit is contained in:
parent
d3da48c53a
commit
4bc8cd4b13
2 changed files with 38 additions and 31 deletions
|
|
@ -122,6 +122,9 @@ body.tab-nucking-futz { background-image: url("/images/Nucking-futz-bg.png")
|
|||
transition: border-color var(--ng-transition),
|
||||
box-shadow var(--ng-transition),
|
||||
transform var(--ng-transition);
|
||||
/* Never let a card stretch across the full page */
|
||||
max-width: 420px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.service-card:hover {
|
||||
|
|
@ -437,4 +440,4 @@ body.tab-glance iframe[src*="glance.netgrimoire.com"] {
|
|||
.service-card:nth-child(3) { animation-delay: 0.08s; }
|
||||
.service-card:nth-child(4) { animation-delay: 0.12s; }
|
||||
.service-card:nth-child(5) { animation-delay: 0.16s; }
|
||||
.service-card:nth-child(6) { animation-delay: 0.20s; }
|
||||
.service-card:nth-child(6) { animation-delay: 0.20s; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue