forked from mirrors/hugo-tufte
Sidenotes, fonts, sizing, dimensions.
This commit is contained in:
parent
2c394893ee
commit
97e72f111a
4 changed files with 47 additions and 22 deletions
assets/scss
|
@ -43,8 +43,8 @@ hr {
|
|||
margin-left: 0;
|
||||
margin-top: 1.4rem;
|
||||
margin-bottom: 1.4rem;
|
||||
width: 75%;
|
||||
max-width: 45rem;
|
||||
width: 100%;
|
||||
max-width: 90rem;
|
||||
border-style: solid none none none;
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
@ -65,23 +65,34 @@ mark {
|
|||
/* ------------------------------------------------------------------------ */
|
||||
.list-page {
|
||||
ul {
|
||||
list-style-type: none;
|
||||
margin: -0.25em;
|
||||
width: 87.5%;
|
||||
width: 100%;
|
||||
max-width: 45rem;
|
||||
}
|
||||
li {
|
||||
margin: 0;
|
||||
/*font-size: 95%;*/
|
||||
}
|
||||
|
||||
}
|
||||
.list-page .list-date {
|
||||
display: inline;
|
||||
font-size: 0.75em;
|
||||
font-size: 0.9em;
|
||||
/* padding-right: 2em; */
|
||||
/* margin-right: 2em; */
|
||||
}
|
||||
|
||||
.list-page > ul > ul > ul > li > a {
|
||||
display: block;
|
||||
margin-left: 3em;
|
||||
}
|
||||
|
||||
.list-date a {
|
||||
display: block;
|
||||
font-size: 0.85em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
table:not(.lntable) {
|
||||
margin-top: 1.4em;
|
||||
font-size: 1.4rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue