This commit is contained in:
Dávid Jančár 2024-05-16 09:49:01 +02:00
parent 6907fc5e3c
commit adbe42f55c
3 changed files with 11 additions and 1 deletions

@ -201,6 +201,9 @@ main {
margin-left: 0 !important;
}
.dropdown-content {
max-height: unset;
}
/******* navigation *******/
@ -273,4 +276,7 @@ main {
flex-flow: column;
}
.dropdown-content {
max-height: unset;
}
}

@ -43,6 +43,10 @@
<td>Jaga</td>
<td>Hekaté, Hestia</td>
</tr>
<tr>
<td>Dazhbog</td>
<td>Aténa</td>
</tr>
</table>
</article>

@ -11,7 +11,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="/global/global.css">
<script src="/global/global.js"></script>
<title>GAME HUB</title>
<title>Slovanská mytológia</title>
__TEMPLATE_SCRIPT__
__TEMPLATE_STYLE__
</head>