diff --git a/input.css b/input.css index f70149c3..1c641299 100644 --- a/input.css +++ b/input.css @@ -72,7 +72,7 @@ } code { - @apply font-mono p-1 rounded bg-gray-100 dark:bg-gray-700; + @apply px-1 font-mono rounded bg-gray-100 dark:bg-gray-700; } }