Skip to content

Commit

Permalink
margin
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatPandey-2004 committed Jul 13, 2024
1 parent 390cf01 commit 9c135f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Algorithm/Bubble.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h5>Subscribe to our newsletter</h5>
</div>
<div class="row mt-5">
<div class="col-md-4 mb-3">
<a class="d-inline-flex align-items-center mb-2 text-body-emphasis text-decoration-none footer-title" href="/" aria-label="Visual Sort">
<a id="vs" class="d-inline-flex align-items-center ml- mb-2 text-body-emphasis text-decoration-none footer-title" href="/" aria-label="Visual Sort">
Visual Sort
</a>
<div class="vs">
Expand Down
9 changes: 8 additions & 1 deletion Algorithm/bubbles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1095,9 +1095,12 @@ button:hover {
display: flex;
justify-content: left;
align-items: center;
gap: 20px;
gap: 10px;
width: 100%;
font-size: 25px;
margin-left: 40px;
padding-top: none;
margin-top: none;
}

.icons a {
Expand Down Expand Up @@ -1142,6 +1145,7 @@ footer .footer-title {

footer .vs {
margin-bottom: 15px;
margin-left: 10%;
}

footer .vs ul {
Expand All @@ -1164,6 +1168,9 @@ footer .nav-link:hover {
#last{
height: 100%;
}
#vs{
margin-left: 10%;
}
/* .topbtn {
position: fixed;
bottom: 50px;
Expand Down

0 comments on commit 9c135f8

Please sign in to comment.