diff options
Diffstat (limited to 'assets/stylesheets/layout.hcss')
-rw-r--r-- | assets/stylesheets/layout.hcss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index 755d4fa..28c1d40 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -24,6 +24,10 @@ ul { list-style: disc; } +.display-block { + display: block; +} + .display-inline-block { display: inline-block; } @@ -48,6 +52,14 @@ ul { margin-top: 0.5em; } +.margin-top-2 { + margin-top: 2em; +} + +.margin-right-auto { + margin-right: auto; +} + .margin-bottom-0\.5 { margin-bottom: 0.5em; } @@ -60,6 +72,14 @@ ul { margin-bottom: 1.8em; } +.margin-bottom-2 { + margin-bottom: 2em; +} + +.margin-left-auto { + margin-left: auto; +} + .padding-top-9 { padding-top: 9px; } |