clean-up the design a bit

This commit is contained in:
2025-04-14 15:43:07 +02:00
parent 8efe853806
commit c17bea6cb2
5 changed files with 103 additions and 68 deletions

View File

@@ -1,6 +1,10 @@
<header>
<div class="header-title">Software Libre Liberec</div>
<div class="header-subtitle">Richard Stallman at Technical University of Liberec</div>
<img src="data:," alt="Přepínač světlého a tmavého režimu" class="light-dark-switch" onclick="switch_theme();">
<img src="data:," alt="Přepínač širokého a úzkého rozvržení" class="layout-switch" onclick="switch_layout();">
<div>
<div class="header-title">Software Libre Liberec</div>
<div class="header-subtitle">Richard Stallman at Technical University of Liberec</div>
</div>
<div class="buttons">
<img src="data:," alt="Přepínač světlého a tmavého režimu" class="light-dark-switch" onclick="switch_theme();">
<img src="data:," alt="Přepínač širokého a úzkého rozvržení" class="layout-switch" onclick="switch_layout();">
</div>
</header>