mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 10:45:54 -07:00
crop photo above center
This commit is contained in:
parent
bc643ad963
commit
c137d86f03
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
.children {
|
.children {
|
||||||
background-image: url(children.webp);
|
background-image: url(children.webp);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center;
|
background-position: 0% 35%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
padding-bottom: 50px;
|
padding-bottom: 50px;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue