瀏覽代碼

make sure background cover in any size of screen

tags/2.037
Patrick Sun 5 年之前
父節點
當前提交
e5f00c9005
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/app/auth/auth.component.scss

+ 1
- 0
src/app/auth/auth.component.scss 查看文件

@@ -6,6 +6,7 @@ div.parent {
height: 100vh;
opacity: 0.95;
background: url('../../assets/img/body_bg.jpg') no-repeat center center fixed;
background-size: cover;
}

.form_login {

Loading…
取消
儲存