radames commited on
Commit
d042020
1 Parent(s): c2f1041

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -253,7 +253,7 @@ Very polite review:`,
253
  input.type = "radio";
254
  input.name = "task";
255
  input.id = `templates-${i}`;
256
- input.classList.add("font-light", "cursor-pointer");
257
  input.value = prompt;
258
  const label = document.createElement("label");
259
  label.htmlFor = `templates-${i}`;
 
253
  input.type = "radio";
254
  input.name = "task";
255
  input.id = `templates-${i}`;
256
+ input.classList.add("font-light", "cursor-pointer", "px-1");
257
  input.value = prompt;
258
  const label = document.createElement("label");
259
  label.htmlFor = `templates-${i}`;