Fix some minor padding issues

This commit is contained in:
Jess Martin 2022-07-20 16:57:22 -04:00
parent 639d2fb296
commit c526fd7285
3 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
<header class="navbar bg-base-100">
<header class="navbar bg-base-100 pt-0">
<div class="flex-1">
<button class="btn btn-sm btn-square btn-ghost">
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
class="inline-block w-5 h-5 stroke-current"
class="inline-block w-7 h-7 stroke-current"
><path
stroke-linecap="round"
stroke-linejoin="round"

View File

@ -16,3 +16,7 @@ input[type='checkbox']::before {
input[type='checkbox']:checked::before {
transform: scale(1);
}
.modal-box {
@apply p-8;
}

View File

@ -31,7 +31,6 @@ module.exports = {
"--rounded-badge": "2px",
"--tab-radius": "2px",
"--btn-text-case": "normal-case"
// 2rem padding on modal-box
},
},
],