Skip to content

Commit 57f5b0f

Browse files
style: 💄 promo
1 parent 75d1948 commit 57f5b0f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

‎src/lib/components/Modal/Modal.svelte‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
border-radius: 0.25em;
8282
margin: 4%;
8383
height: 100%;
84-
width: 100%;
84+
width: 85%;
8585
top: 50%;
8686
align-items: center;
8787
transform: translateY(-50%);

‎src/lib/components/NewsletterSignup/NewsletterSignup.svelte‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
105105
.promo {
106106
position: relative;
107+
font-family: "Welcomehome5 Regular";
108+
font-size: 0.6em;
107109
padding-bottom: 3%;
108110
border-bottom: 8px solid #ff6600;
109111
}
@@ -119,6 +121,10 @@
119121
}
120122
121123
@media (min-width: 700px) {
124+
.promo {
125+
font-size: 0.8em;
126+
}
127+
122128
h1 {
123129
font-size: 2.8em;
124130
}
@@ -138,6 +144,10 @@
138144
}
139145
140146
@media (min-width: 1280px) {
147+
.promo {
148+
font-size: 1em;
149+
}
150+
141151
h1 {
142152
font-size: 2.8em;
143153
}

‎src/lib/components/SwipeImage/SwipeImage.svelte‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474
7575
img {
76-
max-width: 95%;
76+
max-width: 80%;
7777
max-height: 95%;
7878
animation: fadeIn 0.6s;
7979
}

0 commit comments

Comments
 (0)