diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-20 03:06:45 +0100 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2018-12-20 03:13:26 +0100 |
| commit | a3fc95324a2b74c505f962b1375c10b77ee18860 (patch) | |
| tree | 2ba8c51a207417652771a631d9fef43a7c088ba2 | |
| parent | 64de4b520b0e4d08b0ca06e9b50c281a7097758a (diff) | |
| download | wiki-a3fc95324a2b74c505f962b1375c10b77ee18860.tar.gz wiki-a3fc95324a2b74c505f962b1375c10b77ee18860.tar.bz2 wiki-a3fc95324a2b74c505f962b1375c10b77ee18860.zip | |
Fixed menu width on mobile
| -rw-r--r-- | _sass/git-wiki-style.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_sass/git-wiki-style.scss b/_sass/git-wiki-style.scss index dca79ce..78efd6b 100644 --- a/_sass/git-wiki-style.scss +++ b/_sass/git-wiki-style.scss @@ -122,7 +122,7 @@ img { } #git-wiki-sidebar { - width: 280px; + width: 280px !important; float: left; position: relative !important; -webkit-font-smoothing: subpixel-antialiased; |
