Update style.scss

This commit is contained in:
syuilo 2021-04-17 11:29:27 +09:00
parent 06d33ec520
commit a0e1ae80b4
1 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,8 @@ hr {
box-sizing: border-box;
margin: var(--root-margin, 32px) auto;
max-width: min(var(--baseContentWidth), calc(100% - (var(--root-margin, 32px) * 2)));
background: var(--bg);
min-height: 100%;
@media (max-width: 500px) {
--root-margin: 10px;