Středa záloha 17.4

This commit is contained in:
2024-04-17 23:15:50 +02:00
parent cc24d61bc1
commit 3ae7414d74
55 changed files with 2103 additions and 14 deletions

View File

@ -44,6 +44,7 @@
</li>
<li><a href="https://t.me/eoscz" target="_blank">Telegram</a></li>
<li><a href="/o-nas/index.html">O nás</a></li>
<li><a href="/rozcestnik/index.html">Rozcestník</a></li>
</ul>
</nav>

View File

@ -47,6 +47,7 @@
</li>
<li><a href="https://t.me/eoscz" target="_blank">Telegram</a></li>
<li><a href="/o-nas/index.html">O nás</a></li>
<li><a href="/rozcestnik/index.html">Rozcestník</a></li>
</ul>
</nav>

View File

@ -95,7 +95,7 @@ p {
header nav {
position: absolute;
top: 70px;
background-color: var(--special-blue);
background-color: #313131;
width: 100%;
display: none;
}