Skip to content

Commit a5b624e

Browse files
committed
hack: center the cookie consent closing button
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent d08eee3 commit a5b624e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

assets/css/hack.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.ot-floating-button__close {
2+
@apply flex justify-center items-center;
3+
}

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)