We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac11e5 commit 1ad7aa3Copy full SHA for 1ad7aa3
src/pages/index.astro
@@ -59,6 +59,7 @@ import heroImage from "@/images/fireimage.gif";
59
min-height: calc(100vh - 4.5rem);
60
max-width: 720px;
61
margin-inline: auto;
62
+ padding-bottom: 4.5rem;
63
}
64
65
.hero-content {
@@ -111,8 +112,8 @@ import heroImage from "@/images/fireimage.gif";
111
112
113
@media (max-width: 450px) {
114
.hero {
- min-height: calc(100vh - 12rem);
115
- padding-bottom: 4rem;
+ min-height: calc(100vh - 8.5rem);
116
+ padding-bottom: 8.6rem;
117
118
119
flex-direction: column;
0 commit comments