We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d08eee3 + fa81c2d commit 14d58d9Copy full SHA for 14d58d9
assets/css/hack.css
@@ -0,0 +1,4 @@
1
+/* center the closing button for the cookie consent modal */
2
+.ot-floating-button__close {
3
+ @apply flex justify-center items-center;
4
+}
assets/css/styles.css
@@ -4,6 +4,7 @@
@import "/assets/css/global";
5
@import "/assets/css/typography";
6
@import "/assets/css/search";
7
+@import "/assets/css/hack";
8
9
@import "tailwindcss/components";
10
@import "/assets/css/code";
0 commit comments