Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
QkeleQ10 committed May 29, 2024
1 parent 8da2fa1 commit 498607c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/magister/styles/gamification.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,20 @@

display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 40px 64px;
grid-auto-rows: 64px;
grid-auto-flow: row dense;
gap: 16px;

padding: 32px;
padding-top: 12px;
background-image: linear-gradient(to right, #485563, #29323c);
color: #ffffff;
}

.st-wrapped-year-title {
grid-column: span 3;
font: 500 28px/2rem arboria, sans-serif;
translate: 0 20px;
}

.st-wrapped-card {
Expand Down

0 comments on commit 498607c

Please sign in to comment.