mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +00:00
Merge pull request #4478 from 5e-Cleric/fix-footer-text
Add uppercase style to footnotes
This commit is contained in:
@@ -418,6 +418,7 @@
|
|||||||
color : var(--HB_Color_Footnotes);
|
color : var(--HB_Color_Footnotes);
|
||||||
}
|
}
|
||||||
.footnote {
|
.footnote {
|
||||||
|
text-transform: uppercase;
|
||||||
position : absolute;
|
position : absolute;
|
||||||
right : 80px;
|
right : 80px;
|
||||||
bottom : 32px;
|
bottom : 32px;
|
||||||
|
|||||||
Reference in New Issue
Block a user