zrušena mezera za patičkou na mobilu, jen jeden div jménem footer
This commit is contained in:
parent
19a4cb2b80
commit
fd77fd95ab
2 changed files with 7 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
/*********************/
|
||||
|
|
|
@ -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&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&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…
Reference in a new issue