center book title
This commit is contained in:
parent
6a2e2461fb
commit
d2470730fc
|
@ -43,6 +43,14 @@ h4::before {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: -1em;
|
margin-left: -1em;
|
||||||
}
|
}
|
||||||
|
.left-buttons {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
.right-buttons {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
#menu-bar-sticky-container {
|
#menu-bar-sticky-container {
|
||||||
background-color: rgba(255, 255, 255, 0.8) !important;
|
background-color: rgba(255, 255, 255, 0.8) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue