mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-30 11:13:06 +00:00
theme: add more space between content and footer #92
This commit is contained in:
parent
d443816df7
commit
6cedf2155c
1 changed files with 4 additions and 0 deletions
|
@ -1203,6 +1203,10 @@ option {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#body footer.footline{
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
/* in print mode show footer line to signal reader
|
/* in print mode show footer line to signal reader
|
||||||
the end of document */
|
the end of document */
|
||||||
|
|
Loading…
Reference in a new issue