Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AlterTobi committed Nov 9, 2024
2 parents 3dfcb90 + 8eb9376 commit 71bbc65
Showing 1 changed file with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,6 @@
float: left;
font-size: 1.5rem;
}
/* Anpassungen für Bildschirme bis zu einer Breite von 600px (Mobiltelefone) */
@media (max-width: 900px) {
.wfesEdChCo-popup {
padding: 0.5em; /* Weniger Abstand um das Popup herum */
font-size: smaller;
}
.wfesEdChCo-popup h1 {
font-size: 1rem; /* Kleinere Schriftgröße für Mobilgeräte */
margin-bottom: 10px; /* Weniger Abstand unter dem Titel */
}
}
.wfesEdChCo-close {
z-index: 2;
font-size: 2em;
Expand Down Expand Up @@ -133,6 +121,20 @@
color: #20B8E3;
font-size: x-large;
}
/* Anpassungen für Bildschirme bis zu einer Breite von 600px (Mobiltelefone) */
@media (max-width: 900px),(max-height: 500px) {
.wfesEdChCo-popup {
padding: 0.5em; /* Weniger Abstand um das Popup herum */
font-size: smaller;
}
.wfesEdChCo-popup h1 {
font-size: 1rem; /* Kleinere Schriftgröße für Mobilgeräte */
margin-bottom: 10px; /* Weniger Abstand unter dem Titel */
}
.wfesEdChCo-box th, td {
padding: 3px 6px; /* Abstand innerhalb der Zellen */
}
}
`;

const buttonID = "wfesECCButton";
Expand Down

0 comments on commit 71bbc65

Please sign in to comment.