Skip to content

Commit

Permalink
style: 💄 promo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaskaransarkaria committed Mar 7, 2024
1 parent 75d1948 commit 57f5b0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/Modal/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
border-radius: 0.25em;
margin: 4%;
height: 100%;
width: 100%;
width: 85%;
top: 50%;
align-items: center;
transform: translateY(-50%);
Expand Down
10 changes: 10 additions & 0 deletions src/lib/components/NewsletterSignup/NewsletterSignup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@
.promo {
position: relative;
font-family: "Welcomehome5 Regular";
font-size: 0.6em;
padding-bottom: 3%;
border-bottom: 8px solid #ff6600;
}
Expand All @@ -119,6 +121,10 @@
}
@media (min-width: 700px) {
.promo {
font-size: 0.8em;
}
h1 {
font-size: 2.8em;
}
Expand All @@ -138,6 +144,10 @@
}
@media (min-width: 1280px) {
.promo {
font-size: 1em;
}
h1 {
font-size: 2.8em;
}
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/SwipeImage/SwipeImage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}
img {
max-width: 95%;
max-width: 80%;
max-height: 95%;
animation: fadeIn 0.6s;
}
Expand Down

0 comments on commit 57f5b0f

Please sign in to comment.