diff options
author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-20 14:23:47 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 13:14:23 -0500 |
commit | f9ef47856fcc5c0bcc9856a256563f151c52ec3f (patch) | |
tree | 8a8ffb270961bbb015ed2f973d4ebda5c605e290 /app/common/styles/base/typography.scss | |
parent | a686760dd3b0a52580ff5deb1c14577f6d754d5c (diff) | |
download | phosphor-webui-f9ef47856fcc5c0bcc9856a256563f151c52ec3f.tar.gz phosphor-webui-f9ef47856fcc5c0bcc9856a256563f151c52ec3f.zip |
adding padding to top of page headings to better match designs
Change-Id: I538b8f8a694d1f10403bbfc872ccda855bb6efe9
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/base/typography.scss')
-rw-r--r-- | app/common/styles/base/typography.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/common/styles/base/typography.scss b/app/common/styles/base/typography.scss index a9b65b2..64f5e3c 100644 --- a/app/common/styles/base/typography.scss +++ b/app/common/styles/base/typography.scss @@ -25,6 +25,7 @@ h6 { h1, .h1 { font-size: 3rem; font-weight: 500; + padding-top: .5em; } h2, .h2 { |