1
0
Fork 0
forked from mirrors/hugo-tufte
This commit is contained in:
Phil Bajsicki 2025-04-21 14:18:18 +02:00
parent b50d1edd43
commit c2d8f99bdc

View file

@ -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;