css: Improve content shadow for short pages #21

Merged
jkimmel merged 1 commits from fbl/docs:shadow into master 2023-02-21 15:25:20 +01:00
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
.book-page {
box-shadow: 0px -1.5rem 1.5rem rgba(0, 0, 0, 0.15);
box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
min-height: 100vh;
padding-left: 2rem;
padding-right: 2rem;
}