This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
the sidebar disappeared, this should keep it around now..
main
John-Mark Gurney
3 years ago
parent
a5a163c4c9
commit
6a0084ed65
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
content/media/css/custom.css
+ 5
- 2
content/media/css/custom.css
View File
@@ -9,13 +9,16 @@ html {
* override some w3.css options
*/
@media (min-width:993px){.w3-sidebar.w3-collapse{display:none}}
/* not entirely happy w/ this adjustment to get the side bar icon visible */
.w3-top {
width: 80%;
left: 0;
width: 100% - 5em;
}
.w3-sidebar {
font-size: 1.2rem;
width:
350px
;
width:
22em
;
right: 0;
display: block;
top: 0;
Write
Preview
Loading…
Cancel
Save