CSS + base | oprava paticky

This commit is contained in:
Tomas 'Jethro' Pokorny 2021-01-26 21:18:49 +01:00
parent 1fba9d7f6f
commit 694b386929
2 changed files with 16 additions and 5 deletions

View file

@ -9,10 +9,23 @@ body {
background-color: #fffbf6;
min-height: 100%;
}
div.content-wrapper {
padding-bottom: 200px; /* Footer height */
}
div.container {
width: 970px;
margin: auto;
min-height: 100vh;
position: relative;
}
#footer2 {
position: absolute;
bottom: 0;
width: 100%;
height: 200px; /* Footer height */
}
.org-logged-in div.container {

View file

@ -52,6 +52,7 @@
{% endif %}
<div class="container">
<div class="content-wrapper">
<div class='row'>
<div class='col-md-12'>
@ -110,16 +111,13 @@
</div>
</div>
</div>
</div> <!-- content-wrapper -->
<div class='row'>
<div class='col-md-12'>
<div id='footer2'>
<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>
</div>
</div>
<script src="{% static 'js/bootstrap.js' %}"></script>