Browse Source

bordures css - page services

dje/maj-chatonisation
choj 3 years ago
parent
commit
92b4e6fecf
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      assets/main.scss

+ 3
- 2
assets/main.scss View File

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


Loading…
Cancel
Save