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/index.html | |
| 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/index.html')
| -rw-r--r-- | static/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
