From 46813070acb9695a3eb4e1021597134662183b62 Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Mon, 10 Mar 2014 12:07:11 +0100 Subject: [PATCH] add container around sharing functionality --- index.html | 4 +++- style/main.scss | 10 ++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index e05e8e9..3c427af 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,9 @@
diff --git a/style/main.scss b/style/main.scss index 2150681..ecfa9e6 100644 --- a/style/main.scss +++ b/style/main.scss @@ -180,16 +180,22 @@ hr { // line-height: $field-width; } + .lower { + display: block; + margin-top: 59px; + } + a { display: inline-block; - background: darken($game-container-background, 10%); + background: darken($game-container-background, 20%); border-radius: 3px; padding: 0 20px; text-decoration: none; color: $bright-text-color; height: 40px; line-height: 42px; - margin-top: 59px; + margin-left: 9px; + // margin-top: 59px; } @include animation(fade-in 800ms ease $transition-speed * 12); -- GitLab