Skip to content

Commit d8f5649

Browse files
author
dotmavriq
committed
fixed a margin
1 parent 6cad91f commit d8f5649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
<body class="bg-gray-100 flex flex-col items-center justify-center h-screen">
114114
<div class="p-6 rounded-lg shadow-lg bg-white w-full max-w-md">
115-
<img src="obsitica.png" alt="Obsitica Logo" class="w-full object-center object-contain">
115+
<img src="obsitica.png" alt="Obsitica Logo" class="w-full object-center object-contain mb-2">
116116
<input type="text" id="habitica-user-id" placeholder="Habitica User ID"
117117
class="mt-2 px-3 py-2 bg-gray-200 rounded-md w-full text-sm" value="">
118118
<input type="text" id="api-token" placeholder="API Token"

0 commit comments

Comments
 (0)