diff options
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'; |
