Browse Source

:art: Fixes border

Jeff Triplett 4 years ago
parent
commit
eb973996e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      _includes/header.html

+ 1 - 1
_includes/header.html

@@ -12,4 +12,4 @@
 {% endif %}
   </head>
 
-  <body class="max-w-screen-lg mx-auto py-8 px-4 sm:px-6 lg:py-8 lg:px-8 border border-2 {% if jekyll.environment == 'development' %}debug-screens{% endif %}">
+  <body class="max-w-screen-lg mx-auto py-8 px-4 sm:px-6 lg:py-8 lg:px-8 {% if jekyll.environment == 'development' %}border border-2 debug-screens{% endif %}">