Skip to content

Commit d4e988e

Browse files
update
1 parent 6611d01 commit d4e988e

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

Official_Website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ <h2>Feedback</h2>
112112
</div>
113113
<footer>
114114
<div class="footer">
115-
<p>© HelpOps-Hub | MIT License</p><br>
116-
<p>Developed by <a href="https://github.com/mdazfar2" target="_blank">Azfar Alam</a> & <a target="_blank" href="https://helpops-hub.vercel.app/contributor-index.html">Open Source Community</a> </p>
115+
<p class="font h">© HelpOps-Hub | MIT License</p>
116+
<p class="font h" >Developed by <a href="https://github.com/mdazfar2" target="_blank" class="font">Azfar Alam</a> & <a class="font" target="_blank" href="https://helpops-hub.vercel.app/contributor-index.html">Open Source Community</a> </p>
117117
</div>
118118
</footer>
119119

Official_Website/style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,12 +603,17 @@ width: 40px;
603603
.footer a{
604604
color: black !important;
605605
text-decoration: underline;
606-
font-size: 18px;
606+
}
607+
.h{
608+
line-height: 1.75rem !important;
607609
}
608610
.footer{
609611
flex-direction: column;
610-
gap: 6px;
611-
font-size: 18px ;
612+
font-family: sans-serif;
613+
614+
}
615+
.font{
616+
font-size: .875rem;
612617
}
613618
#collapseOne{
614619
height: auto !important;

0 commit comments

Comments
 (0)