fix(web/homepage): Minor style fixes that were lost
This commit is contained in:
parent
9d9e088943
commit
a791d5e359
1 changed files with 8 additions and 0 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue