Skip to content

Commit

Permalink
[DOCS] Add global footer
Browse files Browse the repository at this point in the history
  • Loading branch information
bstankix committed Jul 6, 2023
1 parent 852efa2 commit 68b8748
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 18 deletions.
24 changes: 14 additions & 10 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,23 +100,27 @@ ul#navbar-main-elements > li:hover {
transform: rotate(0deg);
}


/* Footer links */
/* Footer */
/* =================================================== */
footer div.container div.footer-item p a {
float: left;
margin-right: 30px;
footer iframe {
background-color: white;
width: 100%;
border: none;
height: 60px;
}

footer div.container div.footer-item p a:nth-child(1) {
margin-right: 50px;
@media screen and (min-width: 860px) {
footer iframe {
height: 45px;
}
}

footer div.container div.footer-item p:nth-child(2) {
clear: both;
@media screen and (max-width: 520px) {
footer iframe {
height: 85px;
}
}


/* Doc version dropdown formatting override */
/* =================================================== */
[aria-labelledby="version-selector"] {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<footer class="footer mt-5 mt-md-0">
<iframe src="../footer.html"></iframe>
</footer>

This file was deleted.

0 comments on commit 68b8748

Please sign in to comment.