diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 20:35:55 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-04 21:01:34 -0400 |
| commit | db8a6ae32236b8ff2349d197e4f69022f45261dd (patch) | |
| tree | 1dac25454683060a2bac55db04af3a2db66d6dbf /static | |
| parent | 23c02b4ad6a09a3911f448c797c9476875a76c1b (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')
| -rw-r--r-- | static/build.html | 2 | ||||
| -rw-r--r-- | static/contact.html | 2 | ||||
| -rw-r--r-- | static/donate.html | 2 | ||||
| -rw-r--r-- | static/grapheneos.css | 8 | ||||
| -rw-r--r-- | static/index.html | 2 | ||||
| -rw-r--r-- | static/install.html | 2 | ||||
| -rw-r--r-- | static/releases.html | 2 | ||||
| -rw-r--r-- | static/source.html | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/static/build.html b/static/build.html index d48925e3..960735f9 100644 --- a/static/build.html +++ b/static/build.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/build"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?3"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/build"/> </head> diff --git a/static/contact.html b/static/contact.html index 25827414..1bb4e51e 100644 --- a/static/contact.html +++ b/static/contact.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/contact"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?3"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/contact"/> </head> diff --git a/static/donate.html b/static/donate.html index 7977762b..7a5b5a9a 100644 --- a/static/donate.html +++ b/static/donate.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/donate"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?3"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/donate"/> </head> 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; diff --git a/static/index.html b/static/index.html index d6a9c92d..0df68224 100644 --- a/static/index.html +++ b/static/index.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?3"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/"/> </head> diff --git a/static/install.html b/static/install.html index 283af7a6..ddd0939a 100644 --- a/static/install.html +++ b/static/install.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/install"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?3"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/install"/> </head> diff --git a/static/releases.html b/static/releases.html index cb6ab7a5..81a82dc5 100644 --- a/static/releases.html +++ b/static/releases.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/releases"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?3"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/releases"/> </head> diff --git a/static/source.html b/static/source.html index 57fb13df..c51707c6 100644 --- a/static/source.html +++ b/static/source.html @@ -11,7 +11,7 @@ <meta property="og:image" content="https://grapheneos.org/graphene.png"/> <meta property="og:url" content="https://grapheneos.org/source"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?3"/> + <link rel="stylesheet" href="/grapheneos.css?4"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/source"/> </head> |
