diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-16 16:27:56 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-16 16:27:56 -0400 |
| commit | 04ed24bc9de374aeab1a7aeb1b4c2661937ac34c (patch) | |
| tree | e4faf85a18af7b3afcac1046d947f7a2274af399 | |
| parent | 6265774bf79438a77e6cb2d479871cfc4a4324a7 (diff) | |
add padding between footer links
| -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 | 1 | ||||
| -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 | ||||
| -rw-r--r-- | static/usage.html | 2 |
9 files changed, 9 insertions, 8 deletions
diff --git a/static/build.html b/static/build.html index 35e992ac..74000b15 100644 --- a/static/build.html +++ b/static/build.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/build"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <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 8bc68f4c..f3b882a9 100644 --- a/static/contact.html +++ b/static/contact.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/contact"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <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 46eb35e9..450d126b 100644 --- a/static/donate.html +++ b/static/donate.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/donate"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <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 ee63bedb..4be5a2ad 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -123,6 +123,7 @@ footer a:visited { #social li { display: inline; + padding: 0 0.5em; } #stable-channel ul, #beta-channel ul { diff --git a/static/index.html b/static/index.html index efd41da6..7224176b 100644 --- a/static/index.html +++ b/static/index.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <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 fba6edd3..73623699 100644 --- a/static/install.html +++ b/static/install.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/install"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <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 d5ad519f..aee75d17 100644 --- a/static/releases.html +++ b/static/releases.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/releases"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <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 c58a9d14..d9b074eb 100644 --- a/static/source.html +++ b/static/source.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/source"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/source"/> </head> diff --git a/static/usage.html b/static/usage.html index fc07f32c..8a1a8ef1 100644 --- a/static/usage.html +++ b/static/usage.html @@ -15,7 +15,7 @@ <meta property="og:image:alt" content="GrapheneOS logo"/> <meta property="og:url" content="https://grapheneos.org/usage"/> <meta property="og:site_name" content="GrapheneOS"/> - <link rel="stylesheet" href="/grapheneos.css?7"/> + <link rel="stylesheet" href="/grapheneos.css?8"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="canonical" href="https://grapheneos.org/usage"/> </head> |
