diff --git a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css index dd0a688..0048276 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -534,6 +534,11 @@ footer { white-space: nowrap; color: #aaa; } +footer.mobile-hide { + display: unset; + white-space: normal; + text-align: center; +} footer > a { text-decoration: none; color: #aaa;