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 {
|
||||
font-size: 1.5em;
|
||||
text-align: center;
|
||||
margin: auto;
|
||||
width: 1%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* ------------------------------------------------------------------------ */
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
footer.page-footer{
|
||||
margin-top: 1.4rem;
|
||||
color: #aaa;
|
||||
// width: 95%;
|
||||
width: 100%;
|
||||
// max-width: 45rem;
|
||||
}
|
||||
footer.page-footer p {
|
||||
|
|
Loading…
Reference in a new issue