Browse code

Use distinct backend css to override some backend css restrictions for the wrapper

Benjamin Roth authored on05/05/2025 15:30:02
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+.content-background-wrapper .content-background-wrapper-bg img {
2
+  max-width: 100%;
3
+  padding: 0;
4
+}