Skip to content

Commit 3f47070

Browse files
committed
line align trophy card
1 parent 91473f6 commit 3f47070

1 file changed

Lines changed: 29 additions & 16 deletions

File tree

Official_Website/contributor-index.html

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ <h2>Anurag Pandey</h2>
180180
</div>
181181
</main>
182182
</div>
183-
<button id="scrollToTopBtn" class="scrollToTopBtn"></button>
183+
<!-- <button id="scrollToTopBtn" class="scrollToTopBtn">▲</button> -->
184184
<div id="team-grid1">
185185
<div id="skeleton-wrapper">
186186
<div class="skeleton-contributor-card">
@@ -521,26 +521,39 @@ <h2>Anurag Pandey</h2>
521521
</div>
522522
</div>
523523
</div>
524-
<div style="display: flex;padding-left: 20px; " class="trophy-card">
525-
<img src="trophy.png" alt="Trophy" class="trophy" style="height: 90px;"/>
524+
<div
525+
style="
526+
display: flex;
527+
padding-left: 20px;
528+
margin-left: 26px;
529+
margin-right: 26px;
530+
"
531+
class="trophy-card"
532+
>
533+
<img src="trophy.png" alt="Trophy" class="trophy" style="height: 90px" />
526534

527-
<div style="display: block;margin-right: auto;">
535+
<div style="display: block; margin-right: auto">
528536
<h2>Join our awesome team!</h2>
529537
<p>
530538
Be a contributor and improve HelpOps-Hub and help fellow developers.
531539
</p>
532-
</div>
533-
<button style="background: #776ad7;
534-
color: white;
535-
padding: 10px;
536-
margin-right: 20px;
537-
height: 31px;
538-
border-radius: 10px;
539-
justify-content: center;
540-
text-align: center;
541-
top: 30px;
542-
position: relative;
543-
">Join us now -></button>
540+
</div>
541+
<button
542+
style="
543+
background: #776ad7;
544+
color: white;
545+
padding: 10px;
546+
margin-right: 20px;
547+
height: 31px;
548+
border-radius: 10px;
549+
justify-content: center;
550+
text-align: center;
551+
top: 30px;
552+
position: relative;
553+
"
554+
>
555+
Join us now ->
556+
</button>
544557
</div>
545558

546559
<button id="load-more" style="display: none">See More</button>

0 commit comments

Comments
 (0)