diff --git a/src/lib/cards/LookupCard.svelte b/src/lib/cards/LookupCard.svelte index 99b772c..5121f96 100644 --- a/src/lib/cards/LookupCard.svelte +++ b/src/lib/cards/LookupCard.svelte @@ -28,6 +28,7 @@ text-align: center; text-transform: uppercase; font-family: urwgothic, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; + font-size: 15px; height: 30px; border: none; border-radius: 20px; @@ -41,9 +42,11 @@ color: white; border: none; border-radius: 20px; + font-family: urwgothic, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; + font-size: 16px; width: 40%; max-width: 200px; - height: 25px; + height: 30px; box-shadow: var(--box-shadow); transition: all 0.3s ease; } diff --git a/src/lib/cards/NearToMeCard.svelte b/src/lib/cards/NearToMeCard.svelte index 4662c49..f8e542d 100644 --- a/src/lib/cards/NearToMeCard.svelte +++ b/src/lib/cards/NearToMeCard.svelte @@ -88,6 +88,10 @@ border: none; border-radius: 20px; box-shadow: var(--box-shadow); + font-family: urwgothic, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; + font-size: 16px; + font-weight: 400; + white-space: nowrap; transition: all 0.3s ease; } @@ -108,13 +112,5 @@ } .link { display: inline-flex; - margin: 5px; - border: none; - border-radius: 20px; - padding: 5px 10px; - font-family: urwgothic, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif; - font-size: 16px; - font-weight: 400; - white-space: nowrap; } diff --git a/src/routes/test/+page.svelte b/src/routes/test/+page.svelte index d0659dd..8f7ea91 100644 --- a/src/routes/test/+page.svelte +++ b/src/routes/test/+page.svelte @@ -1,21 +1,12 @@