1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix status page CSS

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-02-28 14:51:26 +01:00
parent 0f1694301c
commit dc729420c7

View file

@ -1,6 +1,6 @@
.container {
/* container for entire page. fixes bootstrap theme's ridiculously small page width */
max-width: 1644px;
max-width: 1600px;
}
#interface_field {
padding: 12px 20px 20px 20px;