Skip to content

Commit

Permalink
Update Tailwind screen height
Browse files Browse the repository at this point in the history
  • Loading branch information
altugbakan committed Jan 2, 2024
1 parent 83e9e56 commit fcd1e76
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 343 deletions.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const {
</script>
</head>

<body class="max-w-2xl mx-auto flex flex-col min-h-screen px-4">
<body class="max-w-2xl mx-auto flex flex-col min-h-svh px-4">
<Navigation />
<slot />
<Footer />
Expand Down
3 changes: 0 additions & 3 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ export default {
content: ["./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}"],
theme: {
extend: {
minHeight: {
screen: ["100vh", "100svh"] as any,
},
fontFamily: {
rubik: ["Rubik", "sans-serif"],
},
Expand Down
Loading

0 comments on commit fcd1e76

Please sign in to comment.