Hey @TomasJarvling,
You can make use of the following code:
@media (min-width: 980px) and (max-width: 1300px) {
.site:before {
top: 0;
transform: rotate(-90deg) translate(-87%,0);
left: -65px;
}
.site:after {
bottom: 6em;
transform: rotate(-90deg) translate(36%,0);
left: -65px;
}
}
@media (max-width: 979px) {
.site:after {
top: auto !important;
}
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!