Skip to content

Commit 33284b8

Browse files
authored
Merge pull request #100 from echo-webkom/karo/fix-dot-placement
fix dot plaement to be relative
2 parents b602ee8 + 58d6b1f commit 33284b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/message-screen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const MessageScreen = () => {
2626
<div className="flex flex-col items-center justify-center w-full">
2727
<div
2828
ref={cardRef}
29-
className="bg-background/80 border-2 shadow-lg rounded-2xl p-8 max-w-5xl w-full text-center max-h-[600px] overflow-hidden"
29+
className="relative bg-background/80 border-2 shadow-lg rounded-2xl p-8 max-w-5xl w-full text-center max-h-[600px] overflow-hidden"
3030
>
3131
<h1 className="text-3xl font-semibold text-gray-700 mb-6">Hovedstyret taler!</h1>
3232

0 commit comments

Comments
 (0)