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;
|
||||
position: absolute;
|
||||
|
||||
left: 65%;
|
||||
left: 57.5%;
|
||||
right: 2.5%;
|
||||
|
||||
border-style: solid;
|
||||
|
@ -393,7 +393,7 @@ div.table-wrapper-small,
|
|||
div.supertable-wrapper > p,
|
||||
div.booktabs-wrapper {
|
||||
// width: #{"min(55%, 770px)"};
|
||||
width: 50%;
|
||||
width: 66%;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
@ -470,9 +470,6 @@ pre.code {
|
|||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.fullwidth {
|
||||
max-width: 90%;
|
||||
clear: both;
|
||||
|
|
Loading…
Add table
Reference in a new issue