[blog] scale images properly
This commit is contained in:
parent
d9a98e1bf7
commit
bf8f634a63
@ -6,19 +6,19 @@ body {
|
|||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 16pt;
|
font-size: 14pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
||||||
font-size: 38pt;
|
font-size: 36pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
||||||
font-size: 24pt;
|
font-size: 22pt;
|
||||||
margin-top: 1.5em;
|
margin-top: 1.5em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
@ -155,6 +155,7 @@ code {
|
|||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# [Dhananjay Balan](https://dbalan.in)
|
# [Dhananjay Balan](https://dbalan.in)
|
||||||
|
|
||||||
![](./images/profile.jpg){height=400px}
|
![](./images/profile.jpg)
|
||||||
|
|
||||||
Interested in **all things technology**. Easily nerd-sniped, especially when related to old tech, photography, cooking or biking.
|
Interested in **all things technology**. Easily nerd-sniped, especially when related to old tech, photography, cooking or biking.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user