ソースを参照

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: '';


読み込み中…
キャンセル
保存