mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Increase max width for status
This commit is contained in:
parent
6fa355afdb
commit
048f373a2f
1 changed files with 1 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
.container {
|
.container {
|
||||||
/* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
/* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
||||||
max-width: 1044px;
|
max-width: 1644px;
|
||||||
}
|
}
|
||||||
#interface_field {
|
#interface_field {
|
||||||
padding: 12px 20px 20px 20px;
|
padding: 12px 20px 20px 20px;
|
||||||
|
@ -31,10 +31,6 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
/* Mwan3 ligthed CSS */
|
/* Mwan3 ligthed CSS */
|
||||||
.container {
|
|
||||||
/* container for entire page. fixes bootstrap theme's ridiculously small page width */
|
|
||||||
max-width: 1044px;
|
|
||||||
}
|
|
||||||
#interface_field {
|
#interface_field {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue