Skip to content

Commit 4736269

Browse files
changed footer
1 parent 8d89d9d commit 4736269

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Official_Website/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ <h2>Feedback</h2>
112112
</div>
113113
<footer>
114114
<div class="footer">
115-
<p>&copy; 2024 | Unleashing the Power of DevOps by <span id="heart">&hearts;</span></p>
115+
<p>© HelpOps-Hub | MIT License</p><br>
116+
<p>Developed by Azfar Alam & Open Source Community </p>
116117
</div>
117118
</footer>
118119

Official_Website/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,9 @@ width: 40px;
600600
width: 80% !important;
601601
}
602602
}
603-
603+
.footer{
604+
flex-direction: column;
605+
}
604606
#collapseOne{
605607
height: auto !important;
606608
}

0 commit comments

Comments
 (0)