瀏覽代碼

Add utility class

Svilen Markov 1 年之前
父節點
當前提交
2af6500028
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      internal/assets/static/main.css

+ 1 - 0
internal/assets/static/main.css

@@ -1375,6 +1375,7 @@ kbd:active {
 .flex-nowrap        { flex-wrap: nowrap; }
 .justify-between    { justify-content: space-between; }
 .justify-stretch    { justify-content: stretch; }
+.justify-evenly     { justify-content: space-evenly; }
 .justify-center     { justify-content: center; }
 .justify-end        { justify-content: end; }
 .uppercase          { text-transform: uppercase; }