From 6b7e55a50a245b981914ab86389f57f517752837 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 3 May 2019 10:13:38 -0400 Subject: add initial footer to all pages --- static/grapheneos.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'static/grapheneos.css') diff --git a/static/grapheneos.css b/static/grapheneos.css index b3ad4f5e..3dee9eea 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -76,6 +76,25 @@ a:hover { text-align: center; } +footer img { + width: 60px; + height: auto; + display: block; + margin: auto; +} + +footer { + margin: auto; + padding: 1em; + max-width: 800px; + overflow-wrap: break-word; + text-align: center; +} + +#social { + margin-top: 2em; +} + /* latin */ @font-face { font-family: 'Roboto'; -- cgit v1.3.1