We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f34e6a commit 03fbf54Copy full SHA for 03fbf54
site/assets/css/hero.scss
@@ -16,7 +16,6 @@
16
}
17
18
.heading-container {
19
- padding-top: 2rem;
20
display: flex;
21
flex-direction: column;
22
align-items: center;
@@ -40,7 +39,7 @@
40
39
margin-top: 2rem;
41
42
flex-wrap: wrap;
43
- font-size: 1.2rem;
+ font-size: 1rem;
44
word-break: keep-all;
45
font-weight: 600;
46
gap: 1rem;
@@ -190,6 +189,10 @@
190
189
h1 {
191
font-size: 3.2rem;
192
+
193
+ .link-container {
194
+ font-size: 1.2rem;
195
+ }
196
197
198
@@ -227,10 +230,8 @@
227
230
@media screen and (min-width:1760px) {
228
231
#hero {
229
232
background: radial-gradient(1440px 100% at 75% 50%, #3352cb, #ffffff);
-
233
flex-direction: row;
234
gap: 4rem;
235
padding-bottom: 12rem;
236
237
0 commit comments