1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Increase max width for status

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-22 15:53:04 +01:00
parent 6fa355afdb
commit 048f373a2f

View file

@ -1,6 +1,6 @@
.container {
/* container for entire page. fixes bootstrap theme's ridiculously small page width */
max-width: 1044px;
max-width: 1644px;
}
#interface_field {
padding: 12px 20px 20px 20px;
@ -31,10 +31,6 @@
text-align: center;
}
/* Mwan3 ligthed CSS */
.container {
/* container for entire page. fixes bootstrap theme's ridiculously small page width */
max-width: 1044px;
}
#interface_field {
padding: 0px;
}