diff options
author | luxagraf <sng@luxagraf.net> | 2019-03-15 21:57:12 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-03-15 21:57:12 -0600 |
commit | 1274988c5fed1d8f23b244fba7408d6883d138cf (patch) | |
tree | 5c7eb0bc10553e8747cb3306fb39e54e2f00773d /design/sass/_typography.scss | |
parent | 7e6dcc8c6c1034496eb93ca8730a4febc105e80a (diff) |
added related items complete with template and styles
Diffstat (limited to 'design/sass/_typography.scss')
-rw-r--r-- | design/sass/_typography.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/design/sass/_typography.scss b/design/sass/_typography.scss new file mode 100644 index 0000000..b4e3793 --- /dev/null +++ b/design/sass/_typography.scss @@ -0,0 +1,10 @@ +.hedtinycaps { + @include fontsize(16); + @include fancy_sans; + text-transform: uppercase; + letter-spacing: 1px; +} +.article-afterward > .hedtinycaps, p > .hedtinycaps { + text-align: left; +} + |