forked from mirrors/hugo-tufte
ayyy
This commit is contained in:
parent
6f8e4c9674
commit
0ab3adb17d
2 changed files with 3 additions and 1 deletions
|
@ -397,8 +397,9 @@ div.booktabs-wrapper {
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.fullwidth,
|
div.fullwidth,
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<footer class="page-footer">
|
<footer class="page-footer">
|
||||||
|
<hr />
|
||||||
|
|
||||||
<div class="previous-post" style="display:inline-block;">
|
<div class="previous-post" style="display:inline-block;">
|
||||||
{{ if .Page.Prev }}
|
{{ if .Page.Prev }}
|
||||||
|
|
Loading…
Reference in a new issue