themes/openwrt: increase content width to 96%, more space on small resolutions
This commit is contained in:
parent
22aa83de00
commit
438df402b0
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ textarea#syslog {
|
||||||
|
|
||||||
#maincontainer {
|
#maincontainer {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 80%;
|
width: 96%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue