mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-14 01:36:08 -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
Binary file not shown.
|
Before Width: | Height: | Size: 181 KiB After Width: | Height: | Size: 293 KiB |
|
|
@ -12,4 +12,5 @@
|
|||
@import 'partials/links';
|
||||
@import 'partials/downloads';
|
||||
@import 'partials/icons';
|
||||
@import 'partials/images';
|
||||
|
||||
|
|
|
|||
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