Allow sections to flow to the edges of the browser on landing page

This commit is contained in:
rebuilt 2023-03-13 16:22:11 -07:00
parent 99f05d8244
commit 8ea14e4584
5 changed files with 69 additions and 57 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 293 KiB

Before After
Before After

View file

@ -12,4 +12,5 @@
@import 'partials/links';
@import 'partials/downloads';
@import 'partials/icons';
@import 'partials/images';

View file

@ -0,0 +1,9 @@
.children {
background-image: url(children.webp);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
height: 440px;
}