odstranění divných divů v base
doufám, že jsem nic nerozbila smazáním hromady divů, které tam zbyly ze starého webu, navíc to asi spravilo šířku stránky
This commit is contained in:
parent
fd77fd95ab
commit
81e60f32b6
1 changed files with 7 additions and 16 deletions
|
@ -58,8 +58,6 @@
|
|||
<div class="container">
|
||||
<div class="content-wrapper">
|
||||
|
||||
<div class='row'>
|
||||
<div class='col-md-12'>
|
||||
<a href='/'>
|
||||
<div id="title" >M&M - korespondenční seminář a časopis MFF UK</div>
|
||||
<div id="header">
|
||||
|
@ -70,11 +68,7 @@
|
|||
<img class="logo-mobile" src="{% static 'images/logo-mobile.svg' %}" />
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='row'>
|
||||
<div class='col-md-12'>
|
||||
|
||||
{# ========= MENU ========== #}
|
||||
|
||||
|
@ -82,8 +76,6 @@
|
|||
|
||||
{# ========= MENU MOBILE ========== #}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Navbar-->
|
||||
<nav class="nav-button">
|
||||
|
@ -107,22 +99,21 @@
|
|||
|
||||
{# ========= END MENU ========== #}
|
||||
|
||||
<div class='row'>
|
||||
<div class='row content'>
|
||||
<div class='col-md-12'>
|
||||
|
||||
<div class='content'>
|
||||
|
||||
{% block content %}
|
||||
{% endblock content %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div> <!-- content-wrapper -->
|
||||
|
||||
|
||||
|
||||
<!-- 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>
|
||||
|
||||
</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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue