mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 18:55:54 -07:00
Allow sections to flow to the edges of the browser on landing page
This commit is contained in:
parent
99f05d8244
commit
8ea14e4584
5 changed files with 69 additions and 57 deletions
9
app/assets/stylesheets/partials/_images.scss
Normal file
9
app/assets/stylesheets/partials/_images.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue