Skip to content

Commit

Permalink
Merge pull request #604 from samarsajad/footer2
Browse files Browse the repository at this point in the history
redesigned footer
  • Loading branch information
Anishkagupta04 authored Jun 18, 2024
2 parents 90e8574 + 913b13c commit 3756188
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1334,9 +1334,7 @@ <h4>RAPIDOC Newsletter</h4><br>



<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>



<!-- JS Files -->
Expand Down
32 changes: 11 additions & 21 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1682,15 +1682,16 @@ input::placeholder {
/*################----Back to top----################*/
footer {
position: relative;
padding: 50px 0;

}

#back-to-top-container {
position: fixed;
bottom: 25px;
bottom: 70px;
left: 30px;
cursor: pointer;
z-index: 1000;

}

.circle {
Expand Down Expand Up @@ -1859,7 +1860,7 @@ footer {
max-width: 80rem;
width: 100%;
margin: 0 auto;
padding: 1rem;

}

.footer-logo-columns {
Expand Down Expand Up @@ -1938,30 +1939,23 @@ footer {
fill: var(--white);
}

/*? Footer bottom */
.footer-bottom {
background-color: rgb(4, 9, 47);
width: 100%;
color: var(--text-color);
background-color: var(--footer-bottom-bg);
padding: 10px;
}

.footer-bottom-wrapper {
display: flex;
max-width: 80rem;
margin: 0 auto;
gap: 1rem;
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
align-content: center;
padding: 1rem;
flex-wrap: wrap;
max-width: 1200px;

}

.footer-bottom small {
font-size: 1rem;
display: inline;
white-space: nowrap;
color: #afb6c7;
}

.footer-bottom-links {
Expand Down Expand Up @@ -2019,11 +2013,7 @@ footer {
list-style-type: none;
}

.footer-bottom-wrapper {
display: flex;
flex-direction: column;
justify-content: center;
}




Expand Down

0 comments on commit 3756188

Please sign in to comment.