From 05a92e841e36ff31010f52f29d42dfab8b24770f Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 23 Nov 2018 17:25:09 +1100 Subject: scss reorganize, add footer --- scss/_header.scss | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 scss/_header.scss (limited to 'scss/_header.scss') diff --git a/scss/_header.scss b/scss/_header.scss new file mode 100644 index 0000000..b3a6898 --- /dev/null +++ b/scss/_header.scss @@ -0,0 +1,33 @@ +header { + font-family: 'Source Sans Pro', sans-serif; + padding: 1rem 2rem; + text-align: right; + + color: $gray-bright; + background: $gray-dark; + + h1 { + display: flex; + justify-content: space-around; + align-items: baseline; + margin: 0; + + font-size: 4rem; + font-weight: 200; + + > b { + flex: 1; + } + + .bold { + font-weight: 400; + } + } + + .sun { + font-style: normal; + font-weight: 800; + font-size: 0.7em; + vertical-align: -0.04em; + } +} -- cgit v1.2.3