瀏覽代碼

Updates features text alignment in home view

main
Keith Daulton 2 年之前
父節點
當前提交
b4dc10bbf8
共有 1 個檔案被更改,包括 7 行新增4 行删除
  1. +7
    -4
      src/webviews/apps/home/home.scss

+ 7
- 4
src/webviews/apps/home/home.scss 查看文件

@ -231,12 +231,15 @@ ul {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
gap: 1.6rem;
ul {
margin: {
top: 0.2rem;
bottom: 0;
}
display: flex;
flex-direction: column;
justify-content: center;
gap: clamp(0.1rem, 2vw, 1.2rem);
margin-bottom: 0;
}
svg {
flex: none;

Loading…
取消
儲存