Skip to content

Commit e105582

Browse files
committed
fixed coming soon
1 parent f4df972 commit e105582

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/lib/Plugs.svelte

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@
9090
9191
a.card.disabled::after {
9292
content: 'coming soon!';
93-
bottom: 15%;
94-
right: 0%;
93+
bottom: 13%;
94+
right: -2%;
9595
color: var(--plum);
96-
font-size: 1rem;
96+
font-size: .95rem;
97+
font-family: "Gilbert", sans-serif;
9798
transform-origin: center;
9899
text-align: center;
99100
transform: rotate(-45deg);

0 commit comments

Comments
 (0)