Skip to content

Commit

Permalink
Improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pindab0ter committed Apr 9, 2024
1 parent 670bf03 commit 2e84957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layouts/partials/dark-mode-toggle.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div
class="fixed right-6 top-16 z-50 flex h-10 w-10 cursor-pointer justify-center rounded-full border-accent-dark-500 bg-gray-50 align-middle dark:bg-gray-800"
class="fixed right-4 top-16 z-50 flex h-10 w-10 cursor-pointer justify-center rounded-full border-accent-dark-500 bg-gray-50 align-middle dark:bg-gray-800"
id="dark-mode-toggle"
>
<div class="mt-0.5 block text-accent-light-400 dark:text-accent-dark-400" id="dark-mode-system">
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
});
</script>

<div class="mt-2 font-mono text-gray-700 dark:text-gray-200 ms-2" id="console"></div>
<div class="pt-2 font-mono text-gray-700 dark:text-gray-200 ms-2" id="console"></div>

<nav class="my-0 me-4 flex flex-col flex-nowrap justify-between sm:my-2 sm:flex-row">
<nav class="my-0 me-2 lg:me-4 flex flex-col flex-nowrap justify-between sm:my-2 sm:flex-row">
<div class="flex flex-nowrap items-center justify-between">
<div class="grid">
<a
Expand Down

0 comments on commit 2e84957

Please sign in to comment.