File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 16
16
17
17
.container {
18
18
max-width : 600px ;
19
- margin : 0 auto;
19
+ margin-left : auto;
20
+ margin-right : auto;
20
21
padding : 0 20px ;
21
22
}
22
23
25
26
h3 ,
26
27
h4 ,
27
28
h5 ,
28
- h6 ,
29
- .col-lbl {
29
+ h6 {
30
30
color : # 333 ;
31
31
margin-top : 1em ;
32
32
margin-bottom : 0.5em ;
35
35
font-weight : bold;
36
36
}
37
37
38
+ p ,
39
+ ul ,
40
+ pre {
41
+ margin-bottom : 0.6em ;
42
+ }
43
+
44
+ h1 {
45
+ text-align : center;
46
+ }
47
+
38
48
p a {
39
49
color : # 333 ;
40
50
font-weight : bold;
@@ -51,28 +61,7 @@ strong {
51
61
color : # 333 ;
52
62
}
53
63
54
- h1 {
55
- text-align : center;
56
- }
57
-
58
- .footer {
59
- margin-top : 3em ;
60
- display : flex;
61
- justify-content : space-evenly;
62
- }
63
-
64
- .footer a {
65
- color : # 777 ;
66
- text-decoration : none;
67
- }
68
-
69
- p ,
70
- ul {
71
- margin-bottom : 0.6em ;
72
- }
73
-
74
64
pre {
75
- margin-bottom : 0.6em ;
76
65
font-size : 14px ;
77
66
padding : 7px 14px ;
78
67
}
88
77
margin : 2em 0 ;
89
78
}
90
79
80
+ .footer {
81
+ margin-top : 3em ;
82
+ display : flex;
83
+ justify-content : space-evenly;
84
+ }
85
+
86
+ .footer a {
87
+ color : # 777 ;
88
+ text-decoration : none;
89
+ }
90
+
91
91
.logo {
92
92
margin : 0 auto;
93
93
}
You can’t perform that action at this time.
0 commit comments