From 659c6d277cb49ae9928c699a379ebe228f8ed525 Mon Sep 17 00:00:00 2001 From: elenaandersson Date: Mon, 2 Mar 2020 14:49:26 +0100 Subject: [PATCH 1/2] Changed the margin for .header-content h1 and .paragraph to make beyondztm.html responsive --- beyondztm.html | 4 ++-- resources/style/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/beyondztm.html b/beyondztm.html index 40e9d6c2..8b355676 100644 --- a/beyondztm.html +++ b/beyondztm.html @@ -38,7 +38,7 @@ Sign Up - Beyond Zero to Mastery + Beyond Zero to Mastery
@@ -94,4 +94,4 @@
If you enjoyed the course like I did, share it so more people can enjoy it!< - \ No newline at end of file + diff --git a/resources/style/style.css b/resources/style/style.css index a5ab2dd9..f685457b 100644 --- a/resources/style/style.css +++ b/resources/style/style.css @@ -96,7 +96,7 @@ body { .header-content h1 { width: 100%; - margin: auto; + margin-top: 80px; text-align: center; padding: 0; font-size: 3em; @@ -113,7 +113,7 @@ body { } .paragraph { - margin: 100px; + margin: 20px; border: 3px solid white; padding: 10px; border-radius: 8px; @@ -290,7 +290,7 @@ i:hover { @media screen and (min-width: 992px) { .navbar-expand-lg .navbar-nav .nav-link{ margin-right: .5rem; - margin-left: .5rem; + margin-left: .5rem; padding: 0px; } } From 819b48087a150e6809a4c2575b6f671ff9c39a27 Mon Sep 17 00:00:00 2001 From: elenaandersson Date: Mon, 2 Mar 2020 15:02:54 +0100 Subject: [PATCH 2/2] Added my name to contributors list --- CONTRIBUTORS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 02de6c98..d70a00d7 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -97,3 +97,5 @@ [@andy890275](https://github.com/andy890275) [@stanluxembourg](https://github.com/stanluxembourg) + +[@elenaandersson](https://github.com/elenaandersson)