Skip to content

Commit 73db6dd

Browse files
committed
[chore] improve examples style.
1 parent 8970956 commit 73db6dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: examples/base.css

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
h1, h2, h3 {
2+
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
3+
font-weight: 200;
4+
}
15

26
/* From http://instructure-react.github.io/library/shared.css */
37

@@ -8,3 +12,11 @@
812
.branding {
913
border-bottom: 1px solid hsl(200, 0%, 90%);
1014
}
15+
16+
.btn:not(:last-child) {
17+
margin-right: 20px;
18+
}
19+
20+
.example:not(:last-child) {
21+
margin-bottom: 40px;
22+
}

0 commit comments

Comments
 (0)