From 9b0ef2502299ee2e3fee1edf14bf8e7acabc018a Mon Sep 17 00:00:00 2001 From: kojak711 Date: Wed, 4 Nov 2015 12:51:20 +0000 Subject: [PATCH] adding 0.9.2 css file git-svn-id: https://plugins.svn.wordpress.org/send-email-from-admin/trunk@1279473 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- css/sefa.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/sefa.css b/css/sefa.css index 33a0894..831ca98 100644 --- a/css/sefa.css +++ b/css/sefa.css @@ -5,6 +5,7 @@ font-size: 2.8em; font-weight: 200; margin-bottom: 26px; + margin-left: -4px; } #sefa-wrapper h1:before { font-family: "dashicons"; @@ -47,6 +48,7 @@ @media screen and (max-width: 1300px) { #sefa-wrapper { width: 100%; + margin-left: 0; } } @media screen and (max-width: 900px) { @@ -57,6 +59,7 @@ @media screen and (max-width: 500px) { #sefa-wrapper h1 { font-size: 2em; + margin-left: 0; } #sefa-wrapper h1:before { top: 6px;