Remove extra padding at top of home page

This commit is contained in:
Robert Long 2021-12-16 10:13:40 -08:00
parent 4385301cfb
commit 6389899f63

View file

@ -42,7 +42,6 @@
.left .content { .left .content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
padding-top: 40px;
align-items: center; align-items: center;
} }
@ -90,7 +89,7 @@
} }
.right .content { .right .content {
padding: 40px; padding: 0 40px 40px 40px;
} }
.right .content h3:first-child { .right .content h3:first-child {