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 { .faq {
background-image: url("/static/img/bg/faq.svg"); background-image: url("/static/img/bg/faq.svg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right center; background-position: 10vw top;
background-size: auto 100%; background-size: auto 75em;
.faq-list { .faq-list {
width: 100%; width: 100%;
@ -1031,9 +1031,9 @@ footer {
} }
.faq { .faq {
background-position: 170% center; background-position: 55vw top;
} }
footer .contact-list { footer .contact-list {
flex-direction: row; flex-direction: row;
align-items: flex-start; align-items: flex-start;

Loading…
Cancel
Save