浏览代码

:art: Fixes border

Jeff Triplett 4 年之前
父节点
当前提交
eb973996e7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 %}">