From 662e631e2d935b1495c23673e89dbb0ff046244d 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 ed10860f..bca0c3ea 100644 --- a/css/style.css +++ b/css/style.css @@ -296,7 +296,7 @@ img { margin: 1.3em 0 .5em; } #main h1 { - margin-top: 0.8em; + margin-top: 0; font-size: 2.5em; } #main h2 { @@ -497,8 +497,8 @@ a.link-anchor { /* "Edit on GitHub" button */ .edit-page-btn { - float: right; - margin-top: 45px; + text-align: right; + margin-top: 15px; font-size: .9em; /* Rouge syntax highlighting - Igorpro theme */