diff options
| author | Yuval Adam <_@yuv.al> | 2016-08-21 20:46:09 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2016-08-21 20:46:09 +0300 |
| commit | 4f10e3b39975b644eb4e019091801f2f59bdb061 (patch) | |
| tree | bf2298edae7e99abea8059c3c8f6f61f63e3e0af /base.scss | |
| parent | 0227d2eaa7452ab4e58468a61a34f2592e3fdef7 (diff) | |
Extract h1 from root element
Diffstat (limited to 'base.scss')
| -rw-r--r-- | base.scss | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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; } |
