Skip to content

Commit

Permalink
version on footer
Browse files Browse the repository at this point in the history
  • Loading branch information
vilarodr committed Jul 25, 2024
1 parent eaa2b72 commit 86f0f8a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
26 changes: 9 additions & 17 deletions styles/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.footer {
padding: 0.5rem 0;
padding: 0.5rem;
background: #0000;
font-size: .57143rem;
}
Expand All @@ -12,26 +12,18 @@
left: 0;
bottom: 0;
width: 100%;
height: 3rem;
height: 4rem;
position: absolute;
}

.footer img {
height: 4rem;
}

.footer-tagline {
font-size: 1.2rem;
line-height: 1rem;
color: #fff;
font-variation-settings: "wght" 600;
margin: 0.5rem 0;
width: auto;
height: 3rem;
}

@media (min-width: 768px) {
.footer-tagline {
font-size: 1.8rem;
text-align: start;
}
.version {
position: absolute;
left: 1rem ;
right: 1rem;
bottom: 1rem;
letter-spacing: .2rem;
}
5 changes: 4 additions & 1 deletion views/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ <h6>Research<span class="text-secondary"> Data</span> <strong class="text-danger

<footer class="footer">
<div class="container-fluid">
<div class="me-1">
<div class="version">
v1.3.0
</div>
<div class="me-1 mb-1 float-end">
<a id="site" href="http://mpdl.mpg.de" target="_blank">
<img id="org-logo" class="img-fluid float-end" alt="mpdl-logo" src="../assets/images/logos/org-logo.svg" />
</a>
Expand Down

0 comments on commit 86f0f8a

Please sign in to comment.