Css fixes

This commit is contained in:
Verena Schulz
2026-01-21 18:14:41 +01:00
parent 56224d9c14
commit b56b7e04d6
+9 -11
View File
@@ -211,8 +211,8 @@ input[type="file"] {
.img-hover1 { .img-hover1 {
position: absolute; position: absolute;
width: 200px; width: auto;
height: 200px; height: 700px;
top: 0; top: 0;
right: 40%; right: 40%;
left: 0; left: 0;
@@ -233,8 +233,8 @@ input[type="file"] {
.img-hover2 { .img-hover2 {
position: absolute; position: absolute;
width: 200px; width: auto;
height: 200px; height: 700px;
top: 0; top: 0;
right: 40%; right: 40%;
left: 0; left: 0;
@@ -255,8 +255,8 @@ input[type="file"] {
.img-hover3 { .img-hover3 {
position: absolute; position: absolute;
width: 200px; width: auto;
height: 200px; height: 700px;
top: 0; top: 0;
right: 40%; right: 40%;
left: 0; left: 0;
@@ -277,8 +277,8 @@ input[type="file"] {
.img-hover4 { .img-hover4 {
position: absolute; position: absolute;
width: 200px; width: auto;
height: 200px; height: 700px;
top: 0; top: 0;
right: 40%; right: 40%;
left: 0; left: 0;
@@ -650,7 +650,6 @@ li {
.speaker-container { .speaker-container {
width: 100%; width: 100%;
max-width: 700px; max-width: 700px;
margin-top: 30px;
} }
.speaker-table { .speaker-table {
@@ -662,7 +661,7 @@ li {
.speaker-table tbody tr { .speaker-table tbody tr {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 20px; gap: 15px;
margin-bottom: 25px; margin-bottom: 25px;
padding: 10px 0; padding: 10px 0;
} }
@@ -701,7 +700,6 @@ li {
display: flex; display: flex;
gap: 15px; gap: 15px;
justify-content: center; justify-content: center;
margin-top: 30px;
} }
#speakerLocker, #speakerLocker,