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

Update 2 files

- /style.css
- /index.html
parent 7bf1a938
No related branches found
No related tags found
No related merge requests found
Pipeline #36966 passed
......@@ -77,7 +77,7 @@
</tr>
<tr data-befund="4">
<td>1111</td>
<td></td>
<td>Beispiel Osnabrück</td>
<td>Dominikus Böhm</td>
<td>JAHR</td>
......
......@@ -68,13 +68,11 @@ table th:last-child, table td:last-child {
/* Stil für die Tabelle */
.tabelle-container {
flex: 1; /* Flexbox: Die Tabelle nimmt den verfügbaren Platz ein */
max-width: 50%; /* Maximale Breite der Tabellencontainer */
padding: 20px; /* Innenabstand des Containers */
box-sizing: border-box; /* Box-Modell auf border-box einstellen */
overflow-x: hidden; /* Horizontales Scrollen ermöglichen, wenn nötig */
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 */
......
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