diff options
author | luxagraf <sng@luxagraf.net> | 2016-11-01 20:31:17 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-11-01 20:31:17 -0400 |
commit | f54254e060fe9c92ed767f9c7a754e98449aee4a (patch) | |
tree | 5ed191aca6b4843c76c30343849d713a84ecfdf0 /design/sass/_homepage.scss | |
parent | 541a4616c06449311cae1a793fef11bfa1ca7ace (diff) |
embiggended books and cleaned up image output templates also added image
insert to pages
Diffstat (limited to 'design/sass/_homepage.scss')
-rw-r--r-- | design/sass/_homepage.scss | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/design/sass/_homepage.scss b/design/sass/_homepage.scss index bea884d..2d339bd 100644 --- a/design/sass/_homepage.scss +++ b/design/sass/_homepage.scss @@ -45,7 +45,6 @@ .homepage--bright { max-width: 100%; - @extend %clearfix; article { margin-top: 0; margin-bottom: 20px; @@ -137,14 +136,19 @@ } .homepage--next { @extend %clearfix; - @include fontsize(14); - font-family: sans-serif; - font-weight: 500; - text-transform: uppercase; - letter-spacing: 1px; - text-decoration: none; - padding: 9px 10px 8px; - border: $link_color 1px solid; + text-align: center; + clear: left; + padding-top: 3em; + a { + @include fontsize(14); + font-family: sans-serif; + font-weight: 500; + text-transform: uppercase; + letter-spacing: 1px; + text-decoration: none; + padding: 9px 10px 8px; + border: $link_color 1px solid; + } a:after { content: "\21E2"; margin-left: 4px; |