Skip to content

Commit b5e76ca

Browse files
authored
Fix Landing Page Padding (#24)
1 parent f3e9207 commit b5e76ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/components/HeroSection/HeroSection.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
.heroContainer {
4141
margin: 0 auto;
42-
padding: 0 8rem;
42+
padding: 0 2rem;
4343
width: 100%;
4444
}
4545

src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ html[data-theme="dark"] .buttonHero:hover {
147147

148148
/* Developer Info Banner */
149149
.developerBanner {
150-
padding: 3rem 0;
150+
padding: 3rem 2rem;
151151
background-color: var(--ifm-background-surface-color);
152152
border-bottom: 1px solid var(--ifm-color-emphasis-200);
153153
}

0 commit comments

Comments
 (0)