fix(web/homepage): Minor style fixes that were lost

This commit is contained in:
Vincent Ambo 2020-02-09 00:31:31 +00:00
parent 9d9e088943
commit a791d5e359

View file

@ -126,8 +126,16 @@ h1, h2, h3 {
display: inline;
}
.lod {
text-align: center;
}
pre {
min-width: 100%;
/* some code snippets escape to the side, but I don't want to wrap them */
width: max-content;
}
img {
max-width: 100%;
}