summaryrefslogtreecommitdiff
path: root/static/grapheneos.css
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-05-04 20:35:55 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-05-04 21:01:34 -0400
commitdb8a6ae32236b8ff2349d197e4f69022f45261dd (patch)
tree1dac25454683060a2bac55db04af3a2db66d6dbf /static/grapheneos.css
parent23c02b4ad6a09a3911f448c797c9476875a76c1b (diff)
disable flexbox footer positioning for now
This causes a very annoying issue of the content no longer overflowing properly which proved to be too hard to resolve right now.
Diffstat (limited to 'static/grapheneos.css')
-rw-r--r--static/grapheneos.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css
index 68a8e8d0..1a762cc9 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 */
@@ -98,7 +98,7 @@ footer img {
}
footer {
- margin-top: auto;
+ /*margin-top: auto;*/
margin-left: auto;
margin-right: auto;
padding: 1em;