Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

fixed contributor box & space btw h1 $ p in contributor #2606

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions contributors.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<div class="container">
<div class="heart"></div>
<h1 class="animated rubberBand delay-4s">Contributors</h1>
<p class="animated rubberBand delay-4s">Add yourself to the list if you contribute.</p>
<p class="animated rubberBand delay-4s noc-spacing">Add yourself to the list if you contribute.</p>
<div class="box mx-auto">

<!-- Add to the bottom of the list -->
Expand Down Expand Up @@ -374,8 +374,8 @@ <h1 class="animated rubberBand delay-4s">Contributors</h1>
<a class="box-item" href="https://github.com/lukasbrodbeck">Lukas Brodbeck</a>
<a class="box-item" href="https://github.com/vmp">Vadim Pashaev</a>
<a class="box-item" href="https://github.com/akoopraba4">Akshaya</a>
<a class="box item" href="https://github.com/edwardallanpoe">Edward Matyja</a>
<a class="box item" href ="https://github.com/mewcifur28">Ishita Gambhir</a>
<a class="box-item" href="https://github.com/edwardallanpoe">Edward Matyja</a>
<a class="box-item" href ="https://github.com/mewcifur28">Ishita Gambhir</a>
<a class="box-item" href="https://github.com/qasimwarraich">Qas</a>
<a class="box-item" href="https://github.com/monkfromearth">Sameer Khan</a>
<a class="box-item" href="https://github.com/chiffonsigh">Chiffonsigh</a>
Expand Down Expand Up @@ -502,6 +502,7 @@ <h1 class="animated rubberBand delay-4s">Contributors</h1>
<a class="box-item" href="https://github.com/sufiaalmas">Sufia Almas</a>
<a class="box-item" href="https://github.com/83au">Beau Sherman</a>
<a class="box-item" href="https://github.com/tmstone">Terence Stone</a>
<a class="box-item"href="https://github.com/nonicalx">Oranye Nonso</a>
<!--
Add here
format : <a class="box-item" href="https://github.com/<your-username>">Your Name</a>
Expand Down
3 changes: 3 additions & 0 deletions css/contributors.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,7 @@ a:hover {
padding: 2px 8px 2px 70px;
white-space: inherit;
line-height: 1.5em;
}
.noc-spacing{
margin-top: 20px;
}