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

This commit is contained in:
Kateřina Č 2021-02-02 19:09:56 +01:00
parent 19a4cb2b80
commit fd77fd95ab
2 changed files with 7 additions and 10 deletions

View file

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

View file

@ -117,13 +117,14 @@
</div> </div>
</div> <!-- content-wrapper --> </div> <!-- content-wrapper -->
<div id='footer2'>
<!-- Credit: https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/ --> <!-- Credit: https://www.freecodecamp.org/news/how-to-keep-your-footer-where-it-belongs-59c6aa05c59c/ -->
<div id="footer"> <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> <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> </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> <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/bootstrap.js' %}"></script>
<script src="{% static 'js/jquery.jcarousel-core.js' %}" type="text/javascript"></script> <script src="{% static 'js/jquery.jcarousel-core.js' %}" type="text/javascript"></script>