Explorar o código

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

SongZihuan %!s(int64=3) %!d(string=hai) anos
pai
achega
ca36c5bb05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>