ecp.org/app/assets/stylesheets/partials/_images.scss
2023-03-13 16:57:27 -07:00

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;
}