Make fonts smaller

This commit is contained in:
cryptogopher 2025-05-10 01:08:44 +02:00
parent 695a3ef687
commit fa5ddb1313

View File

@ -43,6 +43,7 @@ h3 {
font-size: 1rem;
font-weight: bold;
margin-top: 2rem;
margin-bottom: 0.6em;
}
p, ul {
line-height: 1.35rem;
@ -77,8 +78,8 @@ figcaption {
figcaption .lang {
color: #606060;
font-weight: bold;
font-size: 0.8rem;
line-height: 1.5rem;
font-size: 0.7rem;
line-height: 1.3rem;
padding: 0 0.4rem;
}
pre {
@ -123,5 +124,5 @@ a:hover {
em {
color: #505050;
font-size: 0.9rem;
font-size: 0.85rem;
}