diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 10:13:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-03 10:13:38 -0400 |
| commit | 6b7e55a50a245b981914ab86389f57f517752837 (patch) | |
| tree | bc561faf3a5df39397f8bc8f77e90d4ef7eb73d2 /static/grapheneos.css | |
| parent | 0dbfa516f4852599edfbb5f8811002b60f84cbc1 (diff) | |
add initial footer to all pages
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 19 |
1 files changed, 19 insertions, 0 deletions
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'; |
