Fix für die 2 seiten von gestern

This commit is contained in:
ja
2021-10-15 09:07:12 +02:00
parent 9f3bb92bcc
commit d8268a9843
2 changed files with 13 additions and 11 deletions

View File

@@ -92,14 +92,14 @@
} }
.container-fluid { .container-fluid {
position:absolute;
width: 400px; width: 400px;
height: 379px; height: 379px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
margin: auto; margin: auto;
top: 50%; top: 50%;
left: 50%; left: -20%;
transform: translate(0, -50%); transform: translate(0, -50%);
} }
#tbl_main { #tbl_main {

View File

@@ -98,6 +98,7 @@
background-size: cover; background-size: cover;
background-color: #fff; background-color: #fff;
overflow-y: clip; overflow-y: clip;
overflow-x:clip;
} }
#content_container { #content_container {
@@ -112,13 +113,14 @@
} }
.container-fluid { .container-fluid {
width: 400px; width: 400px;
height: 713px;
background-color: rgba(255,255,255,0.5); background-color: rgba(255,255,255,0.5);
margin: 0 auto;
height: 613px; height: 613px;
top:50%;
bottom: auto;
left: -400px;
right: 0;
margin: auto;
} }
#tbl_main_M { #tbl_main_M {