Browse Source

zrušena mezera za patičkou na mobilu, jen jeden div jménem footer

export_seznamu_prednasek
Kateřina Č 3 years ago
parent
commit
fd77fd95ab
  1. 12
      mamweb/static/css/mamweb.css
  2. 5
      mamweb/templates/base.html

12
mamweb/static/css/mamweb.css

@ -20,14 +20,6 @@ div.container {
position: relative;
}
#footer2 {
position: absolute;
bottom: 0;
width: 100%;
height: 200px; /* Footer height */
}
.org-logged-in div.container {
margin-top: 20px;
}
@ -346,6 +338,9 @@ div.zadani_azad_termin {
#footer {
position: absolute;
bottom: 0;
width: 100%;
background: url("../images/mozaika-footer.svg") no-repeat top center;
height: 200px;
background-position: relative;
@ -366,6 +361,7 @@ div.zadani_azad_termin {
p.license-mobile {
display: none;
margin-bottom: 0px;
}
/*********************/

5
mamweb/templates/base.html

@ -117,13 +117,14 @@
</div>
</div> <!-- content-wrapper -->
<div id='footer2'>
<!-- Credit: https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/ -->
<div id="footer">
<p class="license">S obsahem webu M&amp;M je možné nakládat dle licence <a href="https://creativecommons.org/licenses/by/3.0/cz/">Creative Commons Attribution 3.0</a>.</p>
</div>
<p class="license-mobile">Korespondenční seminář M&M organizují převážně studenti <a href="https://www.mff.cuni.cz/">MFF UK</a>. Organizaci semináře a vydávání časopisu podporuje <a href="https://jcmf.cz/">Jednota českých matematiků a fyziků</a>. S obsahem webu M&amp;M je možné nakládat dle licence <a href="https://creativecommons.org/licenses/by/3.0/cz/">Creative Commons Attribution 3.0</a>.</p>
</div>
<script src="{% static 'js/bootstrap.js' %}"></script>
<script src="{% static 'js/jquery.jcarousel-core.js' %}" type="text/javascript"></script>

Loading…
Cancel
Save