1
0
Fork 0
forked from mirrors/hugo-tufte

Fixing up some sidenote things...

This commit is contained in:
Phil Bajsicki 2024-09-27 23:42:36 +02:00
commit 2c394893ee
3 changed files with 74 additions and 20 deletions
assets/scss/components

View file

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