diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index b9855d6..0e111a6 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -61,6 +61,9 @@ html { box-sizing: border-box; background: #191a1d; + + /* height of sticky header = 80px */ + scroll-padding-top: 100px; } *, @@ -85,6 +88,9 @@ html { * @import "utilities/skew-transforms"; */ + .container { + max-width: 1140px; + } .ease { transition-property: all;