begin menu fix

This commit is contained in:
2023-06-13 17:32:22 +02:00
parent 239a0b7319
commit 3ae141d2a6
3 changed files with 6 additions and 2 deletions

View File

@@ -73,6 +73,10 @@
transition: 0.2s;
}
.sub {
width: 79%;
}
@media only screen and (min-width: 999px) {
.listtoggle, .toggle-wrapper {
display: none;

View File

@@ -21,7 +21,7 @@
<a class="menubutton sub" href="/projects/imagescaler.html">FSR Image & Video Upscaler Frontend</a>
<a class="menubutton sub" href="/projects/musiplayer.html">MusicPlayer</a>
<a class="menubutton sub" href="/projects/bgac.html">BiogasControllerApp</a>
<a class="menubutton sub" href="https://myevent.janishutz.com">myevent</a>
<a class="menubutton sub" href="https://libreevent.janishutz.com">libreǝvent</a>
</ul>
</li>
<li class="dropdown mainitems">

View File

@@ -29,7 +29,7 @@
<ul>
<li><a class="textlink" href="https://myevent.janishutz.com">myevent</a></li>
<li><a class="textlink" href="/">This website</a></li>
<li><a class="textlink" href="https://libreevent.janishutz.com">Libreevent - free & open source self-hosted event management solution</a></li>
<li><a class="textlink" href="https://libreevent.janishutz.com">Libreǝvent - free & open source self-hosted event management solution</a></li>
<li><a class="textlink" href="https://booking.languageschoolhossegor.com">Booking system for Language School Hossegor</a></li>
<li><a class="textlink" href="https://impress-testing.janishutz.com">Impress.js website (Not yet up, in development)</a></li>
</ul>