mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-07 21:48:13 -08:00
9 lines
205 B
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;
|
|
}
|