Browse Source

:art: Fixes border

Jeff Triplett 4 năm trước cách đây
mục cha
commit
eb973996e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 %}">