forked from mirrors/hugo-tufte
a
This commit is contained in:
parent
4abc9d557b
commit
6e6304f2ae
2 changed files with 3 additions and 2 deletions
|
@ -123,8 +123,9 @@ table.lntable {
|
||||||
|
|
||||||
#pagination {
|
#pagination {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
text-align: center;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 1%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
footer.page-footer{
|
footer.page-footer{
|
||||||
margin-top: 1.4rem;
|
margin-top: 1.4rem;
|
||||||
color: #aaa;
|
color: #aaa;
|
||||||
// width: 95%;
|
width: 100%;
|
||||||
// max-width: 45rem;
|
// max-width: 45rem;
|
||||||
}
|
}
|
||||||
footer.page-footer p {
|
footer.page-footer p {
|
||||||
|
|
Loading…
Reference in a new issue