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

Update 2 files

- /style.css
- /index.html
parent 61961ec0
No related branches found
No related tags found
No related merge requests found
Pipeline #36967 passed
......@@ -77,7 +77,7 @@
</tr>
<tr data-befund="4">
<td></td>
<td>111111</td>
<td>Beispiel Osnabrück</td>
<td>Dominikus Böhm</td>
<td>JAHR</td>
......
......@@ -71,20 +71,3 @@ table th:last-child, table td:last-child {
flex: 1; /* Flexbox: Aufteilung des verfügbaren Platzes */
padding: 20px; /* Abstand um die Tabelle */
}
/* Responsives Verhalten für die Schriftgröße */
body {
font-size: 16px; /* Standard-Schriftgröße für den Text */
}
@media screen and (max-width: 768px) {
body {
font-size: 14px; /* Reduziere die Schriftgröße auf kleinen Bildschirmen */
}
.karte-container,
.tabelle-container {
max-width: 100%; /* Volle Breite auf kleinen Bildschirmen */
}
}
\ No newline at end of file
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