From 850c8e3ceb80bea1a569bd225f8b9b71609fc3c9 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 14 Jan 2016 13:23:03 -0500 Subject: [PATCH] got the share icon in a better place near the top --- css/app.css | 2 +- scss/_main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index b0e4e7f..a190a8a 100644 --- a/css/app.css +++ b/css/app.css @@ -6829,7 +6829,7 @@ main.page-inside #content-wrapper { font-style: italic; } main.page-inside #content-wrapper #main-content #main-text p.no-break { position: absolute; - top: 0; + top: 5px; right: 35px; } main.page-inside #content-wrapper #action-items { margin: 49px auto 30px; } diff --git a/scss/_main.scss b/scss/_main.scss index 19fc618..96e0f7f 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -117,7 +117,7 @@ main { } p.no-break { position: absolute; - top: 0; + top: 5px; right: 35px; } } -- 2.17.1