From 343be218403caf2837c7c0070e28515ed0171760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 27 Sep 2018 00:55:21 -0400 Subject: [PATCH] Improve alignment of "Edit this page" button and page title --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c4f5b4ad..76eeb3a6 100644 --- a/css/style.css +++ b/css/style.css @@ -247,7 +247,7 @@ img { margin: 1.3em 0 .5em; } #main h1 { - margin-top: 0.8em; + margin-top: 0; font-size: 2.5em; } #main h2 { @@ -412,8 +412,8 @@ a.link-anchor { /* "Edit this page" button */ .edit-page-btn { - float: right; - margin-top: 45px; + text-align: right; + margin-top: 15px; font-size: .9em; }