fix box uneven margin due to box shadow

This commit is contained in:
forest 2021-08-01 01:05:56 -05:00
parent bdddb9e7aa
commit a917bd507a
1 changed files with 1 additions and 0 deletions

View File

@ -272,6 +272,7 @@ header img {
background: var(--white);
box-shadow: 10px 10px 0 0 var(--accent);
margin: 20px;
margin-right: 30px;
text-align: left;
}