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 {
5050}
5151nav {
5252 background-color : rgba (64 , 64 , 64 , 1 );
53+ box-sizing : border-box;
5354 cursor : default;
5455 display : none;
5556 font : 16pt source sans pro, verdana, arial, sans-serif;
57+ height : calc (100% - 48px );
5658 line-height : 28px ;
59+ max-width : 240px ;
5760 overflow : auto;
58- padding : 4 px ;
61+ padding : 12 px ;
5962 position : fixed;
6063 right : 0px ;
6164 top : 48px ;
@@ -78,13 +81,12 @@ nav > a:hover {
7881 text-decoration : none;
7982}
8083nav > a [href ] {
81- border : 1px solid rgba (128 , 128 , 128 , 0.15 );
8284 cursor : pointer;
83- display : inline- block;
85+ display : block;
8486 font-family : source sans pro, verdana, arial, sans-serif;
8587 font-size : 13pt ;
8688 font-weight : inherit;
87- padding-top : 0px ;
89+ padding : 0px 8 px ;
8890}
8991nav > a [href ]: hover {
9092 background-color : rgba (128 , 128 , 128 , 0.15 );
You can’t perform that action at this time.
0 commit comments