1
0
Fork 0

Fix performance by not scaling bg

master
Emil Miler 2 years ago
parent c70fe76092
commit 4a88addfe2

@ -781,8 +781,8 @@ body.noscroll {
.faq {
background-image: url("/static/img/bg/faq.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: auto 100%;
background-position: 10vw top;
background-size: auto 75em;
.faq-list {
width: 100%;
@ -1031,7 +1031,7 @@ footer {
}
.faq {
background-position: 170% center;
background-position: 55vw top;
}
footer .contact-list {

Loading…
Cancel
Save