Blog about fixing docker image size

This commit is contained in:
Jade 2021-08-19 18:42:23 -07:00
parent 3cc14372ab
commit ad4d61d7ba

View file

@ -247,17 +247,25 @@ h1 {
}
}
h2 {
h2, h3 {
margin: {
top: 1.5rem;
bottom: -0.5rem;
}
}
h2 {
font-size: 1.7em;
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.1em;
margin: {
top: 1.5rem;
top: 2rem;
bottom: -0.5rem;
}
}