diff options
Diffstat (limited to 'assets/stylesheets')
| -rw-r--r-- | assets/stylesheets/layout.hcss | 8 | ||||
| -rw-r--r-- | assets/stylesheets/typography.css | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index bd26627..9f0f1c0 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -44,6 +44,14 @@ ul { text-shadow: 1px 3px 5px DARK_CHOCOLATE; } +.margin-top-0\.5 { + margin-top: 0.5em; +} + +.margin-bottom-0\.63 { + margin-bottom: 0.63em; +} + .margin-bottom-1\.8 { margin-bottom: 1.8em; } diff --git a/assets/stylesheets/typography.css b/assets/stylesheets/typography.css index 83ebabd..aca8884 100644 --- a/assets/stylesheets/typography.css +++ b/assets/stylesheets/typography.css @@ -19,3 +19,11 @@ h2 { .font-size-1\.52 { font-size: 1.52em; } + +.font-size-15 { + font-size: 15em; +} + +.text-center { + text-align: center; +} |
