Skip to content
Snippets Groups Projects
Unverified Commit 62ce3bd5 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Hide the logo in the mobile version, and make the footer smaller.

parent 7d3db859
No related branches found
No related tags found
No related merge requests found
...@@ -638,6 +638,7 @@ MEDIA QUERIES ...@@ -638,6 +638,7 @@ MEDIA QUERIES
} }
#layout { #layout {
padding-top: 0; padding-top: 0;
margin-bottom: -4rem;
} }
.auth_methods { .auth_methods {
width: 60%; width: 60%;
...@@ -645,6 +646,14 @@ MEDIA QUERIES ...@@ -645,6 +646,14 @@ MEDIA QUERIES
#logo { #logo {
font-size: 1.8em; font-size: 1.8em;
} }
#footer {
height: 2.5rem;
padding-top: 1.5rem;
.copyrights {
height: 1rem;
padding-top: 0;
}
}
} }
@media screen and (max-width: 0em), screen and (min-width: 40em) { @media screen and (max-width: 0em), screen and (min-width: 40em) {
......
<div id="footer"> <div id="footer">
<div class="wrap"> <div class="wrap">
<div class="center copyrights"> <div class="center copyrights">
Copyright &copy; 2007-{{ year }} &copy; 2007-{{ year }}
<a href="https://simplesamlphp.org/">SimpleSAMLphp</a> <a href="https://simplesamlphp.org/">SimpleSAMLphp</a>
</div> </div>
<div class="logo-footer-right"> <div class="logo-footer-right show-for-large">
<div class="logo-footer"> <div class="logo-footer">
<img class="pure-img" src="/{{ baseurlpath }}resources/icons/ssplogo-fish-small.png" alt="Small fish logo"> <img class="pure-img" src="/{{ baseurlpath }}resources/icons/ssplogo-fish-small.png" alt="Small fish logo">
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment