@citruslime/create-boilerplate 1.4.0 → 1.4.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@citruslime/create-boilerplate",
3
3
  "type": "module",
4
- "version": "1.4.0",
4
+ "version": "1.4.1-beta.0",
5
5
  "author": {
6
6
  "name": "Citrus-Lime Ltd",
7
7
  "url": "https://citruslime.com"
@@ -10,7 +10,7 @@ const route = useRoute();
10
10
  @tailwind utilities;
11
11
 
12
12
  body {
13
- @apply bg-off-white min-h-screen w-full;
13
+ @apply bg-off-white min-h-full w-full xl:min-h-screen;
14
14
  }
15
15
  </style>
16
16