Skip to content

Commit ec52213

Browse files
committed
Update spacing for community middlewares.
1 parent c6f653a commit ec52213

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/css/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ pre code.php {
5151
font-size: 50px;
5252
}
5353

54+
5455
@media (max-width: 767px) {
5556
.jumbotron a.btn {
5657
font-size: 12px;
@@ -132,6 +133,10 @@ ol.conventions .no {
132133
margin-right: 0.5em;
133134
margin-top: -0.2em;
134135
}
136+
137+
.middlewares div.row-fluid h3 {
138+
margin-top: 20px;
139+
}
135140
}
136141

137142
@media (min-width: 768px) {
@@ -143,4 +148,8 @@ ol.conventions .no {
143148
.text li, {
144149
margin-top: 10px;
145150
}
151+
152+
.middlewares div.row-fluid:not(:nth-of-type(1)) {
153+
margin-top: 2em;
154+
}
146155
}

0 commit comments

Comments
 (0)