From 3a477974b21847c75daa603e847d31e279d6c0bd Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Mon, 13 Apr 2020 21:26:25 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20General=20Updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated .icon padding to make iconography appear centered. Updated container alignment to center to remove outdated attribute. Removed underline from links within buttons. --- css/brands.css | 4 ++-- css/skeleton-dark.css | 1 + css/skeleton-light.css | 1 + index.html | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/brands.css b/css/brands.css index dde0cf4..c739510 100644 --- a/css/brands.css +++ b/css/brands.css @@ -34,6 +34,7 @@ .button, button { display: inline-block; + text-decoration: none; height: 48px; padding: 0 16px; text-align: center; @@ -43,7 +44,6 @@ button { font-weight: 600; line-height: 48px; letter-spacing: 0.5px; - text-decoration: none; white-space: nowrap; background-color: transparent; border-radius: 8px; @@ -67,7 +67,7 @@ button:hover, –––––––––––––––––––––––––––––––––––––––––––––––––– */ .icon { - padding: 0px 8px; + padding: 0px 8px 3.5px 0px; vertical-align: middle; width: 20px; height: 20px; diff --git a/css/skeleton-dark.css b/css/skeleton-dark.css index b16cf35..df8d2b2 100644 --- a/css/skeleton-dark.css +++ b/css/skeleton-dark.css @@ -37,6 +37,7 @@ position: relative; width: 100%; max-width: 600px; + text-align: center; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } diff --git a/css/skeleton-light.css b/css/skeleton-light.css index 159f924..478b731 100644 --- a/css/skeleton-light.css +++ b/css/skeleton-light.css @@ -37,6 +37,7 @@ position: relative; width: 100%; max-width: 600px; + text-align: center; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } diff --git a/index.html b/index.html index fa599e9..8d2848b 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,6 @@
-
@@ -134,7 +133,6 @@

Build your own by forking LittleLink.

-