From 73db6dda35d0d1b7f0acfe1dd4223d7144f84ddc Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Sat, 23 Sep 2017 17:14:52 -0300 Subject: [PATCH] [chore] improve examples style. --- examples/base.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/examples/base.css b/examples/base.css index b61c0565..dfac88a6 100644 --- a/examples/base.css +++ b/examples/base.css @@ -1,3 +1,7 @@ +h1, h2, h3 { + font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; + font-weight: 200; +} /* From http://instructure-react.github.io/library/shared.css */ @@ -8,3 +12,11 @@ .branding { border-bottom: 1px solid hsl(200, 0%, 90%); } + +.btn:not(:last-child) { + margin-right: 20px; +} + +.example:not(:last-child) { + margin-bottom: 40px; +}