Merge pull request #888 from nature-of-code/dev/footer

Update page number and footer style
This commit is contained in:
Yifei Gao 2024-03-05 21:08:46 +08:00 committed by GitHub
commit 8e5d6d8502
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,9 @@
@mixin footer {
font-family: $font-sans;
font-weight: $font-book;
font-size: 9pt;
font-size: 6pt;
display: flex;
align-items: center;
vertical-align: top;
padding-top: 2em;
}
@ -26,6 +28,7 @@
&::before {
margin-right: 12pt;
font-size: 7pt;
font-weight: $font-bold;
content: $content;
}
@ -34,10 +37,11 @@
div.running-footer-right {
position: running(footer-right);
@include footer;
text-align: right;
justify-content: flex-end;
&::after {
margin-left: 12pt;
font-size: 7pt;
font-weight: $font-bold;
content: $content;
}