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,8 @@
1
+.content-background-wrapper {
2
+  .content-background-wrapper-bg {
3
+    img {
4
+      max-width: 100%;
5
+      padding: 0;
6
+    }
7
+  }
8
+}