forked from mirrors/hugo-tufte
Update
This commit is contained in:
parent
b50d1edd43
commit
c2d8f99bdc
1 changed files with 2 additions and 5 deletions
|
@ -318,7 +318,7 @@ li .sidenote {
|
||||||
width: auto;
|
width: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
left: 65%;
|
left: 57.5%;
|
||||||
right: 2.5%;
|
right: 2.5%;
|
||||||
|
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
@ -393,7 +393,7 @@ div.table-wrapper-small,
|
||||||
div.supertable-wrapper > p,
|
div.supertable-wrapper > p,
|
||||||
div.booktabs-wrapper {
|
div.booktabs-wrapper {
|
||||||
// width: #{"min(55%, 770px)"};
|
// width: #{"min(55%, 770px)"};
|
||||||
width: 50%;
|
width: 66%;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
@ -470,9 +470,6 @@ pre.code {
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.fullwidth {
|
.fullwidth {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
|
Loading…
Add table
Reference in a new issue