diff options
author | Minteck <minteck@phoenixnet.tech> | 2021-11-03 21:18:36 +0100 |
---|---|---|
committer | Minteck <minteck@phoenixnet.tech> | 2021-11-03 21:18:36 +0100 |
commit | e9e6d2f9ddabbd1b201659ff01b9e3871a16f131 (patch) | |
tree | 4e283821aa32cda12d0cdbf2624e8bfba9be02d8 | |
parent | fcef52b5a22d0140cdf24385d79856925506c8d3 (diff) | |
download | wolfeye-js-e9e6d2f9ddabbd1b201659ff01b9e3871a16f131.tar.gz wolfeye-js-e9e6d2f9ddabbd1b201659ff01b9e3871a16f131.tar.bz2 wolfeye-js-e9e6d2f9ddabbd1b201659ff01b9e3871a16f131.zip |
Update
-rw-r--r-- | htdocs/private/version.txt | 2 | ||||
-rw-r--r-- | htdocs/public/assets/css/main.css | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/htdocs/private/version.txt b/htdocs/private/version.txt index 93c8cbd..e977f5e 100644 --- a/htdocs/private/version.txt +++ b/htdocs/private/version.txt @@ -1 +1 @@ -9.0.4
\ No newline at end of file +9.1.0
\ No newline at end of file diff --git a/htdocs/public/assets/css/main.css b/htdocs/public/assets/css/main.css index 332f18d..93f6bd9 100644 --- a/htdocs/public/assets/css/main.css +++ b/htdocs/public/assets/css/main.css @@ -253,4 +253,10 @@ html, body, #intro, #main { margin-left: auto; margin-right: auto; pointer-events: none; +} + +@media (max-width: 700px) { + .sky { + display: none; + } }
\ No newline at end of file |