Skip to content

Commit 0ee7160

Browse files
committed
better responsive
1 parent a49b035 commit 0ee7160

File tree

4 files changed

+18
-22
lines changed

4 files changed

+18
-22
lines changed

dist/css/app.css

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

html/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<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).">
99

1010
<title>JSON Web Tokens - jwt.io</title>
1111

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<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).">
99

1010
<title>JSON Web Tokens - jwt.io</title>
1111

less/app.less

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@
1414
/* Hack: CodeMirror zoom bug that prevents clicking from working right with zoom != 1 */
1515
@codeMirrorZoom: 1/@wholePageZoom;
1616

17+
.container{
18+
// min-width: 980px;
19+
}
20+
1721
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
18-
background-color: none;
1922
color: black;
2023
}
2124
.navbar-default .navbar-brand{
@@ -42,18 +45,21 @@
4245
// height: 1px;
4346
// width: 100%;
4447
// }
48+
4549
p {
4650
color: white;
4751
font-size: 28px;
4852
font-weight: 100;
4953
line-height: 52px;
54+
position: relative;
5055
}
5156
a{
5257
font-size: 16px;
5358
font-weight: bold;
5459
color: white;
5560
opacity: .8;
5661
display: inline-block;
62+
position: relative;
5763
}
5864

5965
canvas{
@@ -85,11 +91,6 @@ pre, code { padding: 0; margin: 0; font-family: Menlo !important; }
8591
box-sizing: @prop; /* Opera/IE 8+ */
8692
}
8793

88-
body>.container{
89-
padding-top: 0 !important;
90-
}
91-
92-
9394

9495

9596
.navbar-default.navbar-fixed-top{
@@ -177,9 +178,7 @@ body>.container{
177178
}
178179
}
179180

180-
.container{
181-
min-width: 1020px
182-
}
181+
183182

184183
.banner{
185184
background: linear-gradient(120deg, #14204d 0%, #3cc8f4 100%);
@@ -354,9 +353,6 @@ body {
354353
-------------------------------------------------- */
355354
/* Not required for template or sticky footer method. */
356355

357-
body > .container {
358-
padding: 60px 15px 0;
359-
}
360356
.container .text-muted {
361357
margin: 20px 0;
362358
}
@@ -370,6 +366,6 @@ code {
370366
font-size: 80%;
371367
}
372368

373-
.navbar {
374-
height: 50px;
369+
.navbar-right {
370+
height: 20px;
375371
}

0 commit comments

Comments
 (0)