mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-13 17:30:27 -07:00
9 lines
205 B
SCSS
9 lines
205 B
SCSS
.children {
|
|
background-image: url(children.webp);
|
|
background-repeat: no-repeat;
|
|
background-position: 0% 35%;
|
|
background-size: cover;
|
|
padding-top: 50px;
|
|
padding-bottom: 50px;
|
|
height: 440px;
|
|
}
|