Skip to content

Commit 0bbe566

Browse files
committed
style: apply custom styling for superset
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 150415a commit 0bbe566

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lib/index/sections/workouts/lift.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
grid-column: span 2;
117117
}
118118
119+
.superset {
120+
font-size: 14px;
121+
line-height: 80%;
122+
margin-bottom: 3px;
123+
}
124+
119125
@media (prefers-color-scheme: light) {
120126
.set-number {
121127
background-color: rgb(205, 205, 205);

0 commit comments

Comments
 (0)