mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
Fixed main h1
This commit is contained in:
@@ -32,8 +32,9 @@
|
||||
</nav>
|
||||
</nav>
|
||||
</section>
|
||||
|
||||
<div class="main_h1">
|
||||
<h1 id="h1">Video to document</h1>
|
||||
</div>
|
||||
|
||||
<div class="gui-language">
|
||||
<select name="language_option" id="language_option"></select>
|
||||
|
||||
@@ -10,7 +10,7 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#h1 {
|
||||
.main_h1 {
|
||||
position: static;
|
||||
transform: none;
|
||||
margin: 0;
|
||||
@@ -36,10 +36,7 @@ body {
|
||||
}
|
||||
|
||||
.gui-language {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
z-index: 100;
|
||||
pointer-events: auto;
|
||||
}
|
||||
@@ -496,6 +493,7 @@ li {
|
||||
|
||||
.p-menu1 {
|
||||
z-index: 10;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.hamburger1 {
|
||||
|
||||
Reference in New Issue
Block a user