Open
Description
Make sure the following is adapted.
Note that the background-size:
takes care of the SVG at 100% for width and height on the heading.
#p-logo a {
background: #f9f7f3 url(//www.webplatform.org/logo/logo.png);
background: hsl(40,29%,96%) url(//www.webplatform.org/logo/logo.svg);
background-size: 60%;
}