diff options
author | Ben Burwell <ben@benburwell.com> | 2015-03-29 00:45:49 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2015-03-29 00:45:49 -0400 |
commit | 475275e0bb1d7e494ff3579595bf0e8dcda8474a (patch) | |
tree | 5fe16d30a93fcf9a67fdd9ece3782e6f054a851f /assets/stylesheets | |
parent | 69c3a754d8e81bd71821efbc03da5b5a6a91d885 (diff) |
Add visualizing congress with D3 post
Diffstat (limited to 'assets/stylesheets')
-rw-r--r-- | assets/stylesheets/site.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/stylesheets/site.scss b/assets/stylesheets/site.scss index abf7ace..ce30820 100644 --- a/assets/stylesheets/site.scss +++ b/assets/stylesheets/site.scss @@ -147,6 +147,22 @@ footer { } } +hr { + width: 20%; + border-width: 2px; + border-style: solid none none none; + border-color: $base1; +} + +aside { + // font-style: italic; + width: 80%; + margin-left: auto; + margin-right: auto; + text-align: center; + color: $base01; +} + header { a { font-family: $sans; |