diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-06-28 06:17:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-06-28 06:18:16 -0400 |
| commit | 4b64859ee743abf2de92eeda2cb3f99c1722be28 (patch) | |
| tree | a34c13b272a76fee9030ce046b200355bb7a4def /static/grapheneos.css | |
| parent | 720dbf8970b12d126b4a58f6140574cc0d4402e8 (diff) | |
push footer to the bottom of the viewport
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index ca6ec451..f051855f 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -2,9 +2,9 @@ /* https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r35/core/res/res/values/colors_material.xml */ body { - /*display: flex;*/ - /*flex-direction: column;*/ - /*min-height: 100vh;*/ + display: flex; + flex-direction: column; + min-height: 100vh; font-family: Roboto, sans-serif; background-color: #fafafa; /* grey50 */ color: rgba(0, 0, 0, 0.87); /* 87% black */ @@ -82,7 +82,10 @@ nav ul li.active a { margin-left: auto; margin-right: auto; padding: 1em; - max-width: 800px; + max-width: 832px; + min-width: 0; + width: 100%; + box-sizing: border-box; overflow-wrap: break-word; } @@ -106,7 +109,7 @@ footer img { } footer { - /*margin-top: auto;*/ + margin-top: auto; margin-left: auto; margin-right: auto; padding: 1em; |
