Browse Source

Komentář k kontejneru

pull/44/head
Jonas Havelka 1 week ago
parent
commit
b491dcff7e
  1. 2
      mamweb/static/css/layout.css
  2. 4
      mamweb/templates/base.html

2
mamweb/static/css/layout.css

@ -8,7 +8,7 @@
} }
/**** KONTEJNER ****/ /**** KONTEJNER ****/
div.kontejner { div.kontejner {/* Ne container, aby se to netlouklo s bootstrapem. */
width: 970px; width: 970px;
margin: auto; margin: auto;
min-height: 100vh; min-height: 100vh;

4
mamweb/templates/base.html

@ -55,8 +55,8 @@
</div> </div>
{% endif %} {% endif %}
<div class="kontejner"> <div class="kontejner">{# ne container, aby se netlouklo s bootstrapem #}
<div class="kontent-wrapper"> <div class="kontent-wrapper">{# ne content, aby se netlouklo s bootstrapem #}
<a href='/'> <a href='/'>
<div id="title" >M&M &ndash; korespondenční seminář a časopis MFF&nbspUK</div> <div id="title" >M&M &ndash; korespondenční seminář a časopis MFF&nbspUK</div>

Loading…
Cancel
Save