diff options
-rw-r--r-- | www/css/fms.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 59459bd..57a2c11 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -552,9 +552,9 @@ #locating .radar { background: transparent url('../images/radar.svg') no-repeat top center; - width: 320px; - height: 320px; - background-size: 320px 320px; + width: 100%; + height: 260px; + background-size: 260px 260px; } #locating #progress { |