Skip to content

Commit

Permalink
Merge pull request zero-to-mastery#142 from elenaandersson/test
Browse files Browse the repository at this point in the history
Changed margin to make beyondztm.html responsive
  • Loading branch information
Samir Jouni authored Mar 2, 2020
2 parents ba565b2 + 819b480 commit c808c47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,5 @@
[@andy890275](https://github.com/andy890275)

[@stanluxembourg](https://github.com/stanluxembourg)

[@elenaandersson](https://github.com/elenaandersson)
4 changes: 2 additions & 2 deletions beyondztm.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<a class="nav-link" href="register.html">Sign Up</a>
</ul>
</div>
<a class="nav-link ml-md-auto" href="beyondztm.html">Beyond Zero to Mastery</a>
<a class="nav-link ml-md-auto" href="beyondztm.html">Beyond Zero to Mastery</a>
</nav>

<div class="animated bounce">
Expand Down Expand Up @@ -94,4 +94,4 @@ <h5>If you enjoyed the course like I did, share it so more people can enjoy it!<
<script async src="https://static.addtoany.com/menu/page.js"></script>
</body>

</html>
</html>
6 changes: 3 additions & 3 deletions resources/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ body {

.header-content h1 {
width: 100%;
margin: auto;
margin-top: 80px;
text-align: center;
padding: 0;
font-size: 3em;
Expand All @@ -113,7 +113,7 @@ body {
}

.paragraph {
margin: 100px;
margin: 20px;
border: 3px solid white;
padding: 10px;
border-radius: 8px;
Expand Down Expand Up @@ -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;
}
}

0 comments on commit c808c47

Please sign in to comment.