[blog] scale images properly

This commit is contained in:
Dhananjay Balan
2024-02-11 22:19:54 +01:00
parent d9a98e1bf7
commit bf8f634a63
3 changed files with 5 additions and 4 deletions

View File

@@ -6,19 +6,19 @@ body {
max-width: 1000px;
padding: 1em;
text-align: left;
font-size: 16pt;
font-size: 14pt;
}
h1 {
font-weight: normal;
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
font-size: 38pt;
font-size: 36pt;
font-weight: bold;
}
h2 {
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
font-size: 24pt;
font-size: 22pt;
margin-top: 1.5em;
font-weight: bold;
}

View File

@@ -155,6 +155,7 @@ code {
img {
max-width: 100%;
margin: 0px;
height: auto;
}
figure {