Skip to content

Commit fa81c2d

Browse files
committed
hack: center the cookie consent closing button
Signed-off-by: David Karlsson <[email protected]>
1 parent d08eee3 commit fa81c2d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

assets/css/hack.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@import "/assets/css/global";
55
@import "/assets/css/typography";
66
@import "/assets/css/search";
7+
@import "/assets/css/hack";
78

89
@import "tailwindcss/components";
910
@import "/assets/css/code";

0 commit comments

Comments
 (0)