diff --git a/docs/source/_layouts/master.blade.php b/docs/source/_layouts/master.blade.php index b8587835b..61d8fcbb7 100644 --- a/docs/source/_layouts/master.blade.php +++ b/docs/source/_layouts/master.blade.php @@ -1,5 +1,5 @@ - + @@ -13,8 +13,8 @@ -
-
+
+
Tailwind CSS @@ -170,7 +170,7 @@
-
+
@yield('body')
diff --git a/docs/tailwind.js b/docs/tailwind.js index 40b46f7df..33cd52f45 100644 --- a/docs/tailwind.js +++ b/docs/tailwind.js @@ -241,7 +241,8 @@ module.exports = { '8': '2rem', '10': '2.5rem', '12': '3rem', - '16': '4rem' + '16': '4rem', + '80': '20rem', }, negativeMargin: { 'px': '1px',