style: max-width:700px for .container
This commit is contained in:
parent
1377ed012c
commit
c62a939f2e
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user