We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cad91f commit d8f5649Copy full SHA for d8f5649
1 file changed
index.html
@@ -112,7 +112,7 @@
112
113
<body class="bg-gray-100 flex flex-col items-center justify-center h-screen">
114
<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">
+ <img src="obsitica.png" alt="Obsitica Logo" class="w-full object-center object-contain mb-2">
116
<input type="text" id="habitica-user-id" placeholder="Habitica User ID"
117
class="mt-2 px-3 py-2 bg-gray-200 rounded-md w-full text-sm" value="">
118
<input type="text" id="api-token" placeholder="API Token"
0 commit comments