File tree Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Expand file tree Collapse file tree 1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -51,24 +51,6 @@ pre code.php {
51
51
font-size : 50px ;
52
52
}
53
53
54
-
55
- @media (max-width : 767px ) {
56
- .jumbotron a .btn {
57
- font-size : 12px ;
58
- padding : 5px 9px ;
59
- }
60
- }
61
-
62
- @media (min-width : 768px ) {
63
- .jumbotron {
64
- font-size : 2em ;
65
- margin-bottom : 2em ;
66
- }
67
- .jumbotron a .btn {
68
- margin-top : 1em ;
69
- }
70
- }
71
-
72
54
figure {
73
55
text-align : center;
74
56
}
@@ -125,6 +107,11 @@ ol.conventions .no {
125
107
}
126
108
127
109
@media (max-width : 767px ) {
110
+ .jumbotron a .btn {
111
+ font-size : 12px ;
112
+ padding : 5px 9px ;
113
+ }
114
+
128
115
ol .conventions li {
129
116
padding-top : 0.2em ;
130
117
}
@@ -140,6 +127,15 @@ ol.conventions .no {
140
127
}
141
128
142
129
@media (min-width : 768px ) {
130
+ .jumbotron {
131
+ font-size : 2em ;
132
+ margin-bottom : 2em ;
133
+ }
134
+
135
+ .jumbotron a .btn {
136
+ margin-top : 1em ;
137
+ }
138
+
143
139
.text p , .text ul , .text ol {
144
140
font-size : 1.4em ;
145
141
line-height : 1.6em ;
You can’t perform that action at this time.
0 commit comments