diff --git a/src/components/home/LandingSection.module.scss b/src/components/home/LandingSection.module.scss index b3f57f1..b69611f 100644 --- a/src/components/home/LandingSection.module.scss +++ b/src/components/home/LandingSection.module.scss @@ -4,16 +4,21 @@ padding: 12pt 0; } +.logo { + width: 6em; +} + + .landing-section:first-child { + border-top: 1px solid #eee; } .landing-section:nth-child(even) { background-color: #1b1b1d; + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; } .landing-section:last-child { -} - -.logo { - width: 6em; -} + border-bottom: 1px solid #eee; +} \ No newline at end of file diff --git a/src/components/home/Styles.module.scss b/src/components/home/Styles.module.scss index 9a3227b..4cf9eb5 100644 --- a/src/components/home/Styles.module.scss +++ b/src/components/home/Styles.module.scss @@ -1,6 +1,6 @@ .client-icon { display: block; - max-width: 14rem; + max-width: 12rem; color: white; } @@ -8,6 +8,7 @@ display: block; margin: 0 auto; color: white; + max-width: 12rem; } .buttons {