diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-06 10:01:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 10:01:13 +0100 |
commit | e3b0612b1aed856ccf3e5929fdf319df0dc18563 (patch) | |
tree | 0be805433b80aca0d9c9ee10923374ea16cc555e | |
parent | 9a0101117689fed049812a6829ebd5ab744a7fba (diff) | |
download | ichtml-e3b0612b1aed856ccf3e5929fdf319df0dc18563.tar.gz ichtml-e3b0612b1aed856ccf3e5929fdf319df0dc18563.tar.bz2 ichtml-e3b0612b1aed856ccf3e5929fdf319df0dc18563.zip |
Update sidebar.css
-rw-r--r-- | res/sidebar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/sidebar.css b/res/sidebar.css index 88f5ace..ef2506d 100644 --- a/res/sidebar.css +++ b/res/sidebar.css @@ -16,7 +16,7 @@ -@media (max-device-width: 580px) {
+@media (max-width: 580px) {
.sidebar {
width: 100%;
left:0 ;
|