forked from mirrors/hugo-tufte
a
This commit is contained in:
parent
6e6304f2ae
commit
dfb59cb9e0
2 changed files with 6 additions and 1 deletions
|
@ -60,6 +60,8 @@ mark {
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* Styling for listing pages. */
|
/* Styling for listing pages. */
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
|
@ -128,6 +130,8 @@ table.lntable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
/* Styling for footnotes. */
|
/* Styling for footnotes. */
|
||||||
/* ------------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------------ */
|
||||||
|
|
|
@ -6,8 +6,9 @@ footer.page-footer{
|
||||||
// max-width: 45rem;
|
// max-width: 45rem;
|
||||||
}
|
}
|
||||||
footer.page-footer p {
|
footer.page-footer p {
|
||||||
font-size: 1.2rem;
|
font-size: 1.25rem;
|
||||||
margin: 0em;
|
margin: 0em;
|
||||||
|
text-align: center;
|
||||||
/* light font looked odd on chrome */
|
/* light font looked odd on chrome */
|
||||||
/*font-weight: lighter;*/
|
/*font-weight: lighter;*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue