This repository was archived by the owner on Jun 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33}
44
55.burger img {
6- width : 40 px ;
6+ width : 2.5 em ;
77 margin : 0 ;
8+ background-color : # fafafa ;
9+ padding : 10px ;
10+ border-radius : 5px ;
11+ transition : box-shadow 0.2s cubic-bezier (0.4 , 0 , 0.2 , 1 );
12+ transition-delay : 0.2s ;
13+ box-shadow : 0 2px 5px 0 grey;
814 }
915
1016 @media screen and (max-width : 760px ) {
1117 .burger {
1218 display : block;
1319 position : absolute;
14- right : 0 ;
15- margin : 0 ;
16- margin-right : 7px ;
17- padding : 0 4px 0 4px ;
20+ right : 5% ;
21+ top : 15px ;
1822 }
1923}
Original file line number Diff line number Diff line change 11.content {
2- padding : 16px ;
2+ background-color : black;
3+ background-color : rgba (47 , 52 , 72 , .95 );
4+ height : 100% ;
5+ width : 100% ;
6+ position : fixed;
37}
48
59.header {
913
1014.close {
1115 color : # fff ;
12- font-size : 26px ;
13- padding : 6px ; /*to increase clickability on mobile*/
1416 text-decoration : none;
17+ font-size : 40px ;
18+ position : absolute;
19+ right : 5% ;
20+ top : 22px ;
21+ padding-right : 10px ;
22+ line-height : 1 ;
1523}
1624
1725.logoWrapper {
1826 text-align : center;
1927}
2028
2129.logo {
22- margin : 16px auto;
2330 max-width : 75% ;
2431 max-height : 40px ;
25- width : auto;
26- height : auto;
32+ position : absolute;
33+ top : 20px ;
34+ left : 5% ;
2735}
2836
2937.list {
3038 display : flex;
3139 flex-direction : column;
32- margin-top : 8px ;
33- padding : 16px ;
40+ margin-top : 80px ;
41+ padding : 50px 5% ;
42+ border-top : 1px solid # fafafa ;
43+ font-size : 40px ;
3444}
3545
3646.item {
3747 color : # F7F7F7 ;
38- font-size : 60px ;
3948}
4049
4150.item ~ .item {
4655 display : flex;
4756 height : 100% ;
4857 flex-direction : column;
49- padding-top : 1rem ;
58+ padding-top : 1.75rem ;
59+ position : relative;
5060}
5161
5262.navButton {
5666 text-align : left;
5767 font-size : 2.5rem ;
5868 margin : 0.5rem 0 ;
59- padding : 0 ;
69+ padding : 0 ;
6070}
Original file line number Diff line number Diff line change 2020}
2121
2222.content {
23- background-color : # 4A4A4A ;
23+
2424 height : 100% ;
2525 width : 100% ;
2626}
2727
28-
29- @media screen and (max-width : 760px ) /* Tablet */ {
28+ @media screen and (max-width : 760px ) {
3029 .body {
3130 display : block;
32- width : 480px ;
33- }
34- }
35-
36- @media screen and (max-width : 480px ) /* Tablet */ {
37- .body {
38- width : 100% ;
3931 }
4032}
You can’t perform that action at this time.
0 commit comments