Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Ask Bjørn Hansen
2023-02-03 19:10:17 -08:00
8 changed files with 20 additions and 19 deletions

View File

@@ -66,4 +66,8 @@ table th {
table th, table td {
padding: 10px 20px;
border: 1px solid #666;
}
}
pre code {
display: inline-block
}

View File

@@ -202,6 +202,11 @@ ul {
background-color: #FAFAFA;
}
pre code {
display: inline-block;
}
.wrapper {
max-width: 760px;
margin: 0 auto;