From 4f10e3b39975b644eb4e019091801f2f59bdb061 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 21 Aug 2016 20:46:09 +0300 Subject: Extract h1 from root element --- base.scss | 7 ++++--- index.html | 1 + index.js | 1 - 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/base.scss b/base.scss index 0eb3006..875cb18 100644 --- a/base.scss +++ b/base.scss @@ -12,11 +12,12 @@ body { a { color: #aaa; } + h1 { + margin: 20px; + text-align: center; + } div#root { text-align: center; - h1 { - margin: 20px; - } p.save { font-size: 0.7em; } diff --git a/index.html b/index.html index c8db17c..b2dea4f 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@
+