refine figure

This commit is contained in:
loikein 2023-04-18 00:29:12 +01:00
commit 3cda34976f
5 changed files with 52 additions and 41 deletions
assets/scss

View file

@ -29,6 +29,8 @@ $ht-code-border-radius: .4em;
&::before{
content: "> ";
// font-family: "Noto Emoji";
font-family: inherit;
position: absolute;
left: 0;
color: #111;
@ -65,7 +67,7 @@ $ht-code-border-radius: .4em;
@media screen and (max-width: 760px) {
.highlight .chroma {
.highlight {
width: 90%;
}
}

View file

@ -310,13 +310,12 @@ div.table-wrapper {
}
@media screen and (max-width: 760px) {
h2,
h3,
p,
footer {
width: 90%;
}
pre.code {
width: 87.5%;
}
ul {
width: 85%;
}