瀏覽代碼

feat: 首页按钮增加上下间距

SongZihuan 3 年之前
父節點
當前提交
ca36c5bb05
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/index/index.html

+ 1 - 1
templates/index/index.html

@@ -18,7 +18,7 @@
                     {% endfor %}
 
                     {% for link in conf['describe-link'] %}
-                        <a class="btn btn-info" href="{{ conf['describe-link'][link] }}"> {{ link }} </a>
+                        <a class="btn btn-info mb-2" href="{{ conf['describe-link'][link] }}"> {{ link }} </a>
                     {% endfor %}
                 </div>
             </article>