File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,15 @@ header.main-page #mobile-nav {
50
50
}
51
51
nav {
52
52
background-color : rgba (64 , 64 , 64 , 1 );
53
+ box-sizing : border-box;
53
54
cursor : default;
54
55
display : none;
55
56
font : 16pt source sans pro, verdana, arial, sans-serif;
57
+ height : calc (100% - 48px );
56
58
line-height : 28px ;
59
+ max-width : 240px ;
57
60
overflow : auto;
58
- padding : 4 px ;
61
+ padding : 12 px ;
59
62
position : fixed;
60
63
right : 0px ;
61
64
top : 48px ;
@@ -78,13 +81,12 @@ nav > a:hover {
78
81
text-decoration : none;
79
82
}
80
83
nav > a [href ] {
81
- border : 1px solid rgba (128 , 128 , 128 , 0.15 );
82
84
cursor : pointer;
83
- display : inline- block;
85
+ display : block;
84
86
font-family : source sans pro, verdana, arial, sans-serif;
85
87
font-size : 13pt ;
86
88
font-weight : inherit;
87
- padding-top : 0px ;
89
+ padding : 0px 8 px ;
88
90
}
89
91
nav > a [href ]: hover {
90
92
background-color : rgba (128 , 128 , 128 , 0.15 );
You can’t perform that action at this time.
0 commit comments