You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2019/04/27 01:18:12 UTC

[royale-docs] branch master updated: CSS: added a larger top margin because the text overlaps with the header background

This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 137c61b  CSS: added a larger top margin because the text overlaps with the header background
137c61b is described below

commit 137c61b38c519634248839be2c6e497a4e579a14
Author: Josh Tynjala <jo...@gmail.com>
AuthorDate: Fri Apr 26 18:18:01 2019 -0700

    CSS: added a larger top margin because the text overlaps with the header background
---
 royalesite.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/royalesite.css b/royalesite.css
index fd2d463..ffbce5b 100644
--- a/royalesite.css
+++ b/royalesite.css
@@ -547,7 +547,7 @@ h1 {
 	display: flex;
 	align-items: flex-start;
 	font-family: 'Hind Siliguri';
-	margin-top: 20px;
+	margin-top: 50px;
 	margin-right: 20px;
 }