Skip to content
Snippets Groups Projects
Commit de8add3d authored by Lea Heidelin's avatar Lea Heidelin
Browse files

Update file style.css

parent 3106b8f4
No related branches found
No related tags found
No related merge requests found
Pipeline #36969 passed
......@@ -49,14 +49,13 @@ table th:last-child, table td:last-child {
.container {
display: flex;
flex-wrap: wrap; /* Ermöglicht das Umschlagen der Elemente auf kleine Bildschirme */
width: 100%; /* Volle Breite des Containers */
}
/* Stil für das Bild */
.karte-container {
padding: 20px;
overflow= hidden;
flex= 1;
overflow: hidden;
flex: 1;
border-right: 1px solid #ccc;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment