Skip to content

Commit ada8a73

Browse files
committed
Adjust hero section padding for improved mobile layout
Signed-off-by: Steve Yonkeu <yokwejuste@yahoo.com>
1 parent 85c3a0e commit ada8a73

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ img {
18471847

18481848
@media (max-width: 1024px) {
18491849
.hero {
1850-
padding-top: 80px;
1850+
padding-top: 130px;
18511851
}
18521852

18531853
.hero-title {
@@ -1868,7 +1868,7 @@ img {
18681868
@media (max-height: 650px) {
18691869
.hero {
18701870
min-height: auto;
1871-
padding-top: 80px;
1871+
padding-top: 100px;
18721872
padding-bottom: var(--spacing-md);
18731873
}
18741874

0 commit comments

Comments
 (0)