Fixed main h1

This commit is contained in:
Verena Schulz
2026-01-21 17:59:18 +01:00
parent ccc1002a59
commit 56224d9c14
2 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -32,8 +32,9 @@
</nav> </nav>
</nav> </nav>
</section> </section>
<div class="main_h1">
<h1 id="h1">Video to document</h1> <h1 id="h1">Video to document</h1>
</div>
<div class="gui-language"> <div class="gui-language">
<select name="language_option" id="language_option"></select> <select name="language_option" id="language_option"></select>
+2 -4
View File
@@ -10,7 +10,7 @@ body {
margin: 0; margin: 0;
} }
#h1 { .main_h1 {
position: static; position: static;
transform: none; transform: none;
margin: 0; margin: 0;
@@ -36,10 +36,7 @@ body {
} }
.gui-language { .gui-language {
position: absolute;
right: 20px; right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 100; z-index: 100;
pointer-events: auto; pointer-events: auto;
} }
@@ -496,6 +493,7 @@ li {
.p-menu1 { .p-menu1 {
z-index: 10; z-index: 10;
padding-right: 50px;
} }
.hamburger1 { .hamburger1 {