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 1c154a5 commit 0e339e6Copy full SHA for 0e339e6
src/pages/index.astro
@@ -132,19 +132,23 @@ import heroImage from "@/images/profile-bg-med.png";
132
scroll-margin-top: 4rem;
133
}
134
135
- @media (max-width: 450px) {
+ @media (max-width: 550px) {
136
.hero {
137
min-height: calc(100vh - 8.5rem);
138
padding-bottom: 8.6rem;
139
140
.hero-content {
141
flex-direction: column;
142
+ text-align: center;
143
- .hero-image {
144
+ .hero-image-stack {
145
order: unset;
146
margin-inline: auto;
- max-width: 60%;
147
- margin-bottom: 1.5rem;
+ max-width: 50%;
148
+ margin-bottom: 2.5rem;
149
+ }
150
+ .buttons {
151
+ justify-content: center;
152
153
154
0 commit comments