Added footer styling to local.css

This commit is contained in:
David Grigg 2023-08-23 10:35:34 +10:00
parent 30fdeec722
commit d96694d732

View file

@ -2,6 +2,11 @@
@namespace epub "http://www.idpf.org/2007/ops";
footer{
text-align: right;
margin-top: 0.5em;
}
/* Centered dedications */
section[epub|type~="dedication"]{
text-align: center;