forked from mirrors/hugo-tufte
Update
This commit is contained in:
parent
cfcfe4d3e0
commit
a60e169693
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ body {
|
||||||
font-family: $mono-fonts;
|
font-family: $mono-fonts;
|
||||||
background-color: #151515;
|
background-color: #151515;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
max-width: #{"min(80vw, 1200px)"};
|
max-width: #{"min(80vw)"};
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
|
@ -264,7 +264,7 @@ img {
|
||||||
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--sidenote-offset: calc(100% - 42.5%);
|
--sidenote-offset: calc(100% - 30%);
|
||||||
}
|
}
|
||||||
|
|
||||||
// .sidenote {
|
// .sidenote {
|
||||||
|
|
Loading…
Add table
Reference in a new issue