File tree Expand file tree Collapse file tree 4 files changed +18
-22
lines changed Expand file tree Collapse file tree 4 files changed +18
-22
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial -scale=1 " >
7
- < meta name ="description " content ="">
8
- < meta name ="author " content ="">
6
+ < meta name ="viewport " content ="width=device-width, minimum -scale=1.0, maximum-scale=1.0 " / >
7
+ < meta name ="author " content ="auth0.com ">
8
+ < meta name ="description " content ="JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). ">
9
9
10
10
< title > JSON Web Tokens - jwt.io</ title >
11
11
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial -scale=1 ">
7
- < meta name ="description " content ="">
8
- < meta name ="author " content ="">
6
+ < meta name ="viewport " content ="width=device-width, minimum -scale=1.0, maximum-scale=1.0 ">
7
+ < meta name ="author " content ="auth0.com ">
8
+ < meta name ="description " content ="JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is digitally signed using JSON Web Signature (JWS). ">
9
9
10
10
< title > JSON Web Tokens - jwt.io</ title >
11
11
Original file line number Diff line number Diff line change 14
14
/* Hack: CodeMirror zoom bug that prevents clicking from working right with zoom != 1 */
15
15
@codeMirrorZoom : 1 / @wholePageZoom ;
16
16
17
+ .container {
18
+ // min-width: 980px;
19
+ }
20
+
17
21
.navbar-default .navbar-nav > .active > a , .navbar-default .navbar-nav > .active > a :focus , .navbar-default .navbar-nav > .active > a :hover {
18
- background-color : none ;
19
22
color : black ;
20
23
}
21
24
.navbar-default .navbar-brand {
42
45
// height: 1px;
43
46
// width: 100%;
44
47
// }
48
+
45
49
p {
46
50
color : white ;
47
51
font-size : 28px ;
48
52
font-weight : 100 ;
49
53
line-height : 52px ;
54
+ position : relative ;
50
55
}
51
56
a {
52
57
font-size : 16px ;
53
58
font-weight : bold ;
54
59
color : white ;
55
60
opacity : .8 ;
56
61
display : inline-block ;
62
+ position : relative ;
57
63
}
58
64
59
65
canvas {
@@ -85,11 +91,6 @@ pre, code { padding: 0; margin: 0; font-family: Menlo !important; }
85
91
box-sizing : @prop ; /* Opera/IE 8+ */
86
92
}
87
93
88
- body > .container {
89
- padding-top : 0 !important ;
90
- }
91
-
92
-
93
94
94
95
95
96
.navbar-default.navbar-fixed-top {
@@ -177,9 +178,7 @@ body>.container{
177
178
}
178
179
}
179
180
180
- .container {
181
- min-width : 1020px
182
- }
181
+
183
182
184
183
.banner {
185
184
background : linear-gradient (120deg , #14204d 0% , #3cc8f4 100% );
@@ -354,9 +353,6 @@ body {
354
353
-------------------------------------------------- */
355
354
/* Not required for template or sticky footer method. */
356
355
357
- body > .container {
358
- padding : 60px 15px 0 ;
359
- }
360
356
.container .text-muted {
361
357
margin : 20px 0 ;
362
358
}
@@ -370,6 +366,6 @@ code {
370
366
font-size : 80% ;
371
367
}
372
368
373
- .navbar {
374
- height : 50 px ;
369
+ .navbar-right {
370
+ height : 20 px ;
375
371
}
You can’t perform that action at this time.
0 commit comments