Reduce vertical padding

This commit is contained in:
Robert Long 2021-12-13 11:22:50 -08:00
parent 940706bed0
commit 211e732a2c

View file

@ -42,7 +42,7 @@
.left .content { .left .content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-top: 113px; padding-top: 40px;
align-items: center; align-items: center;
} }
@ -104,7 +104,7 @@
} }
.right .content { .right .content {
padding: 113px 40px 40px 40px; padding: 40px;
} }
.right .content h3:first-child { .right .content h3:first-child {
@ -114,6 +114,7 @@
@media (min-width: 800px) { @media (min-width: 800px) {
.left { .left {
background-color: var(--bgColor2); background-color: var(--bgColor2);
max-width: 50%;
} }
.home:not(.fullWidth) .leftNav { .home:not(.fullWidth) .leftNav {