Update main.css

This commit is contained in:
Morgan 2023-12-01 23:28:56 +09:00 committed by GitHub
parent cb7650ee19
commit 5e89753bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
max-width: calc(var(--main-width) + var(--gap) * 2);
margin: auto;
padding: var(--gap);
overflow: hidden;
}
.page-header h1 {
@ -78,4 +79,4 @@ pre:hover .copy-code {
font-weight: bold;
margin: 32px 4px 36px 4px;
text-align: center;
}
}