style: max-width:700px for .container

This commit is contained in:
Oliver Booth 2023-08-08 01:19:54 +01:00
parent 1377ed012c
commit c62a939f2e
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
html, body {
html, body {
background: #121212;
color: #f5f5f5;
font-family: sans-serif;
@ -58,7 +58,7 @@ hr.page-separator {
@media (min-width: 992px) {
.container {
max-width: 600px !important;
max-width: 700px !important;
}
}