From 019bff7710728c737d3f208d57ce50b1d846ca73 Mon Sep 17 00:00:00 2001 From: Anurag Vishwakarma Date: Wed, 7 Aug 2024 14:43:48 +0530 Subject: [PATCH] Made the tables responsive of github-badges page. --- githubbadge.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/githubbadge.html b/githubbadge.html index 8a1ae806..b0f6a87a 100644 --- a/githubbadge.html +++ b/githubbadge.html @@ -49,19 +49,21 @@ overflow-x: auto; display: block; } - table, th, td { + table { display: block; width: 100%; + overflow-x: scroll; } th, td { box-sizing: border-box; padding: 10px; + text-align: center !important; } td { border: none; border-bottom: 1px solid #ddd; position: relative; - padding-left: 50%; + /* padding-left: 50%; */ text-align: right; } td::before {