1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 19:37:29 -05:00

Set max width of content

This commit is contained in:
2021-09-30 18:32:26 -05:00
parent 5292400234
commit 4706208211

@ -51,6 +51,7 @@ body {
} }
.content { .content {
color: lightgray; color: lightgray;
max-width: 720px;
} }
.footer { .footer {
text-align: center; text-align: center;