From 67dcbbc48b0b1d1f137880cf6ffaf9f42806d6f2 Mon Sep 17 00:00:00 2001
From: Benedikt Seeger <benedikt.seeger@ptb.de>
Date: Wed, 22 May 2024 09:33:35 +0200
Subject: [PATCH] now using CSS for Col Width...

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9cee10e..9200fff 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
 ## This Reposity contains the static HTML to show the DCC-Applications landing Page for the Docker stack
 
 ## Components of the Stack
-
-<table>
+<style>
+  .custom-table th:nth-child(2) {
+    width: 800px;
+  }
+</style>
+<table class="custom-table">
   <tr>
     <th>Komponent</th>
     <th style="width: 800px;">Description</th>
-- 
GitLab