diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/default.css | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css index 3195780..672d469 100644 --- a/css/default.css +++ b/css/default.css @@ -35,6 +35,17 @@ header { background-color: #f3f3f3; } +div#fsf-banner { + width: 40rem; + margin: auto; +} + +div#fsf-banner center { + margin-top: 2rem; + padding: 1rem; + background-color: #ff000014; +} + div#content { width: 39rem; margin: auto; @@ -46,7 +57,7 @@ footer { width: 40rem; margin: auto; padding-top: .5rem; - border-top-color: black; + border-top-color: grey; border-top-style: solid; } @@ -77,3 +88,8 @@ ul.postlist{ list-style-type: none; padding: 0; } + +footer center { + margin: auto; + line-height: 1.6; +} |