We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f653a commit ec52213Copy full SHA for ec52213
source/css/style.css
@@ -51,6 +51,7 @@ pre code.php {
51
font-size: 50px;
52
}
53
54
+
55
@media (max-width: 767px) {
56
.jumbotron a.btn {
57
font-size: 12px;
@@ -132,6 +133,10 @@ ol.conventions .no {
132
133
margin-right: 0.5em;
134
margin-top: -0.2em;
135
136
137
+ .middlewares div.row-fluid h3 {
138
+ margin-top: 20px;
139
+ }
140
141
142
@media (min-width: 768px) {
@@ -143,4 +148,8 @@ ol.conventions .no {
143
148
.text li, {
144
149
margin-top: 10px;
145
150
151
152
+ .middlewares div.row-fluid:not(:nth-of-type(1)) {
153
+ margin-top: 2em;
154
146
155
0 commit comments