Compare commits

...

1 Commits

Author SHA1 Message Date
Fabian Bläse 9a846a8e4b css: Improve content shadow for short pages
Extend the content container to viewport height, so the visual
separation of the content and the sidebar items spreads over the whole
height.
2023-02-21 00:23:31 +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;
}