A couple more CSS sizing fixes

This commit is contained in:
RichardG867
2025-10-26 18:17:51 -03:00
parent 1c15385aa4
commit f7c014b008

View File

@@ -102,6 +102,9 @@ body > footer {
color: #8c9dbb;
font-size: 0.9em;
}
body > footer > div {
margin: 0.9em;
}
body > footer > div > #reduced {
display: none;
}
@@ -297,6 +300,9 @@ pre.highlight {
pre.highlight > code {
padding: 0;
}
pre.highlight, code {
font-family: inherit;
}
div.youtube {
position: relative;
overflow: hidden;