ecp.org/app/assets/stylesheets/partials/_images.scss

9 lines
205 B
SCSS

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