whitespace cleanup

This commit is contained in:
2023-02-03 19:17:47 -08:00
parent 99abc442a1
commit f474fc158a
3 changed files with 12 additions and 12 deletions

View File

@@ -205,7 +205,7 @@ ul {
pre code {
display: inline-block;
}
.wrapper {
max-width: 760px;
@@ -403,26 +403,26 @@ table td {
@media (max-width: 767px) {
body {
padding: 20px;
padding: 20px;
}
h1 {
font-size: 1.8rem;
font-size: 1.8rem;
}
h2 {
font-size: 1.6rem;
font-size: 1.6rem;
}
h3 {
font-size: 1.2rem;
font-size: 1.2rem;
}
h4 {
font-size: 1rem;
font-size: 1rem;
}
.container {
margin-top: 10px;
margin-top: 10px;
}
}
}