We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2a604e + 2be9b73 commit 09757d5Copy full SHA for 09757d5
1 file changed
site/styles.css
@@ -197,7 +197,7 @@ body {
197
/* Hero Section Fluid */
198
.hero-fluid {
199
min-height: min(100vh, 900px);
200
- padding: 10vh max(5vw, 2rem) 5vh;
+ padding: max(12vh, 5rem) max(5vw, 2rem) 5vh;
201
display: grid;
202
grid-template-columns: 1fr 1fr;
203
gap: 4vw;
@@ -1589,7 +1589,7 @@ body.legal-page {
1589
1590
grid-template-columns: 1fr;
1591
text-align: center;
1592
- padding-top: 15vh;
+ padding-top: max(15vh, 5rem);
1593
}
1594
1595
.hero-content {
0 commit comments