Explorar el Código

:art: Fixes border

Jeff Triplett hace 4 años
padre
commit
eb973996e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 %}">