forked from mirrors/hugo-tufte
Fixing up some sidenote things...
This commit is contained in:
parent
92335d1150
commit
2c394893ee
3 changed files with 74 additions and 20 deletions
assets/scss/components
|
@ -1,12 +1,10 @@
|
|||
$ht-code-border-radius: .4em;
|
||||
.highlight {
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
overflow-x: scroll;
|
||||
// border-radius: $ht-code-border-radius;
|
||||
margin-top: 0em;
|
||||
margin-bottom: 0em;
|
||||
margin-right: 2.5%;
|
||||
margin-left: 2.5%;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
|
||||
|
@ -15,7 +13,7 @@ $ht-code-border-radius: .4em;
|
|||
}
|
||||
|
||||
code {
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue