Skip to content

Commit

Permalink
refactor(styles): increase bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesprague committed May 19, 2024
1 parent a1c2d6b commit a3b5580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import '@sweetalert2/theme-dark/dark';
@tailwind base;
@tailwind components;

@import '@sweetalert2/theme-dark/dark.scss';

* {
@apply touch-manipulation;
Expand All @@ -13,7 +13,7 @@ body {
}

body {
@apply bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-gray-100 font-sans touch-manipulation md:pb-2 pb-1 short:pb-0.5;
@apply bg-gray-50 dark:bg-gray-900 text-gray-900 dark:text-gray-100 font-sans touch-manipulation md:pb-5 pb-5 short:pb-3;
}

.app {
Expand Down

0 comments on commit a3b5580

Please sign in to comment.