master
Jakob 2020-03-08 03:52:56 +01:00
parent dfe522039d
commit a23699ce85
1 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@ section {
border: 1px solid #001858; border: 1px solid #001858;
background-color: #f3d2c1; background-color: #f3d2c1;
padding: 14px 20px; padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2);
} }
article { article {
@ -331,5 +331,5 @@ article {
border: 1px solid #001858; border: 1px solid #001858;
background-color: #fef6e4; background-color: #fef6e4;
padding: 14px 20px; padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: inset 0px 8px 16px 0px rgba(0,0,0,0.2);
} }