This commit is contained in:
syuilo 2020-10-19 15:05:29 +09:00
parent 6d7e4fe2a1
commit f0691c8a4f
3 changed files with 6 additions and 5 deletions

View file

@ -324,6 +324,7 @@ hr {
> ._title,
> ._content {
box-sizing: border-box;
max-width: var(--baseContentWidth);
margin: 0 auto;
}