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 0048276..50b32b8 100644 --- a/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css +++ b/luci-theme-argon/htdocs/luci-static/argon/css/cascade.css @@ -534,10 +534,12 @@ footer { white-space: nowrap; color: #aaa; } -footer.mobile-hide { - display: unset; - white-space: normal; - text-align: center; +@media screen and (max-width: 1080px) { + footer.mobile-hide { + display: unset; + white-space: normal; + text-align: center; + } } footer > a { text-decoration: none;