This repository was archived by the owner on Aug 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +118
-3
lines changed Expand file tree Collapse file tree 3 files changed +118
-3
lines changed Original file line number Diff line number Diff line change 10
10
</ svg >
11
11
</ a >
12
12
< div class ="trigger ">
13
- < a class ="page-link " href ="/ " > /home </ a >
13
+ < a class ="page-link " href ="/# " > top </ a >
14
14
< a class ="page-link " href ="/#features "> /features</ a >
15
- < a class ="page-link " href ="/#features "> /privacy</ a >
15
+ < a class ="page-link " href ="/#privacy "> /privacy</ a >
16
16
17
17
< a class ="page-link " href ="https://www.android.com/ "> < img class ="on-line-logo " src ="/static/img/android-logo.svg "> </ a >
18
18
</ div >
Original file line number Diff line number Diff line change @@ -89,3 +89,53 @@ header {
89
89
height : 2rem ;
90
90
vertical-align : middle;
91
91
}
92
+
93
+ @media screen and (max-width : 750px ) {
94
+ .wrap {
95
+ padding : 0 1em ;
96
+ }
97
+
98
+ .site-nav {
99
+ position : fixed;
100
+ z-index : 10 ;
101
+ top : 1.5em ;
102
+ right : 1em ;
103
+ }
104
+
105
+ .site-nav .menu-icon {
106
+ display : block;
107
+ font-size : 1.5em ;
108
+ color : # 505050 ;
109
+ float : right;
110
+ width : 2em ;
111
+ text-align : center;
112
+ line-height : 1em ;
113
+ }
114
+
115
+ .site-nav .menu-icon svg {
116
+ width : 1em ;
117
+ height : 1em ;
118
+ }
119
+
120
+ .site-nav .trigger {
121
+ clear : both;
122
+ margin-bottom : 5px ;
123
+ display : none;
124
+
125
+ background-color : darkgray;
126
+ border-radius : 5px ;
127
+ box-shadow : 0.1em 0.1em # 0E0E0E ;
128
+ }
129
+
130
+ .site-nav : hover .trigger {
131
+ display : block;
132
+ }
133
+
134
+ .site-nav .page-link {
135
+ display : block;
136
+ text-align : right;
137
+ line-height : 1.25 ;
138
+ padding : 5px 10px ;
139
+ margin : 0 ;
140
+ }
141
+ }
You can’t perform that action at this time.
0 commit comments