a.card angepasst / keine Untersreichung o. ä.
This commit is contained in:
parent
abd9285fff
commit
479c4a25c9
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ nav ul a:hover, nav ul a.active { color: #fff; }
|
|||
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); gap: 1px; background: rgba(255,255,255,0.06); }
|
||||
.card { background: var(--royal-dark); padding: 2.5rem 2rem; transition: background 0.3s; }
|
||||
.card:hover { background: var(--royal); }
|
||||
a.card { text-decoration: none; color: inherit; }
|
||||
.card .num { font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: rgba(255,255,255,0.07); line-height: 1; margin-bottom: 0.8rem; }
|
||||
.card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 0.05em; margin-bottom: 0.5rem; }
|
||||
.card p { font-size: 0.88rem; color: rgba(255,255,255,0.5); line-height: 1.65; font-weight: 300; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue