center book title

This commit is contained in:
Sebastian Köln 2019-03-20 22:13:12 +01:00
parent 6a2e2461fb
commit d2470730fc
1 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,14 @@ h4::before {
display: inline-block;
margin-left: -1em;
}
.left-buttons {
position: absolute;
}
.right-buttons {
position: absolute;
right: 0;
}
#menu-bar-sticky-container {
background-color: rgba(255, 255, 255, 0.8) !important;
}