Skip to content

Commit 1688f22

Browse files
committed
Increase the gap between examples
1 parent a137776 commit 1688f22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/fluent.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ body > div > * {
215215

216216
#examples article {
217217
display: flex;
218-
margin-bottom: 4rem;
218+
margin-bottom: 6rem;
219219
}
220220

221221
#examples .example-description {
@@ -237,6 +237,7 @@ body > div > * {
237237

238238
#examples .example-vertical {
239239
flex: 4;
240+
border-top: 1px solid var(--main-accent-color);
240241
}
241242

242243
.example-vertical .variables {

0 commit comments

Comments
 (0)