improve section shadow

This commit is contained in:
Dennis Eichhorn 2020-05-24 19:17:42 +02:00
parent cca07d69bd
commit 301369cce9
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
section.box {
background: #fff;
box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1);
box-shadow: 0 0 7px 3px rgba(90, 71, 114, 0.1);
border-radius: 4px;
}

View File

@ -4206,7 +4206,7 @@ body > nav {
section.box {
background: #fff;
box-shadow: 0 0 10px 3px rgba(90, 71, 114, 0.1);
box-shadow: 0 0 7px 3px rgba(90, 71, 114, 0.1);
border-radius: 4px; }
section header > h1 {