diff options
author | Roman Gräf <roman.graef@gmail.com> | 2017-11-05 20:42:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-05 20:42:21 +0100 |
commit | a88976df863fb0b950128ef60cfa84f18c0b173b (patch) | |
tree | 2d66c93922fa0872e67bce955773c9cc8287a35c | |
parent | 0ae65922901c04099697e3af16c83fc848fa08a0 (diff) | |
download | ichtml-a88976df863fb0b950128ef60cfa84f18c0b173b.tar.gz ichtml-a88976df863fb0b950128ef60cfa84f18c0b173b.tar.bz2 ichtml-a88976df863fb0b950128ef60cfa84f18c0b173b.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 5908bb7..577cf08 100644 --- a/res/sidebar.css +++ b/res/sidebar.css @@ -8,7 +8,7 @@ transition: all 500ms;
}
-@media (max-width: 580) {
+@media (max-device-width: 580px) {
.sidebar {
width: 100%;
left:0 ;
|