Browse Source

CSS + base | oprava paticky

export_seznamu_prednasek
parent
commit
694b386929
  1. 13
      mamweb/static/css/mamweb.css
  2. 8
      mamweb/templates/base.html

13
mamweb/static/css/mamweb.css

@ -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 {

8
mamweb/templates/base.html

@ -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>

Loading…
Cancel
Save