Skip to content

Commit

Permalink
Fix - Force screen to be full height (jordihales#56)
Browse files Browse the repository at this point in the history
* Fix footer position to for pages without much content

* Force screen to be full height

Enable tailwind in layouts directory
  • Loading branch information
awtkns authored Jan 14, 2023
1 parent 7ad44d9 commit 1887822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="bg-gray-900">
<div class="flex flex-col justify-between min-h-screen bg-gray-900">
<global-header />

<main>
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
content: [
'assets/**/*.js',
'components/**/*.{vue,js}',
'layouts/**/*.{vue,js}',
'pages/**/*.{vue,js}'
],
safelist: [
Expand Down

0 comments on commit 1887822

Please sign in to comment.