mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Increase max width from 940px to 1024px
This commit is contained in:
parent
a64f26620b
commit
ddb4ead5cc
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ body {
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 940px;
|
max-width: 1024px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
|
|
Loading…
Reference in a new issue