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.
This commit is contained in:
Daniel Micay 2019-05-04 20:35:55 -04:00
parent 23c02b4ad6
commit db8a6ae322
8 changed files with 11 additions and 11 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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;

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>