浏览代码

bordures css - page services

dje/maj-chatonisation
choj 3 年前
父节点
当前提交
92b4e6fecf
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. +3
    -2
      assets/main.scss

+ 3
- 2
assets/main.scss 查看文件

@@ -24,7 +24,7 @@ $header-height: 15vh;
header.site-header{

position: fixed;
width: 100vw;
width: 100vw;
border-top: none;
min-height: $header-height;
display: flex;
@@ -178,9 +178,10 @@ h3{
display: flex;
flex: 1 0 calc(25% - 12px);
margin: 5px;
border: 1px solid #333;
border: 1px solid #666;
justify-content: center;
align-items: center;
box-shadow: 9px 9px 15px 0px rgba(204,204,204,1);
}
li:after{
content: '';


正在加载...
取消
保存