From c67d7153dd334d28de6ae504fd13e882d9c331bd Mon Sep 17 00:00:00 2001 From: moesaid Date: Thu, 1 Aug 2024 22:54:02 -0400 Subject: [PATCH] updated generalReport --- css/style.css | 20 ++++++++++++++++++++ index.html | 36 ++++++++++++++++++------------------ 2 files changed, 38 insertions(+), 18 deletions(-) diff --git a/css/style.css b/css/style.css index 3aad097..d77de2b 100644 --- a/css/style.css +++ b/css/style.css @@ -1592,6 +1592,11 @@ div.code-toolbar .toolbar button:hover { background-color: rgb(209 213 219 / var(--tw-bg-opacity)); } +.bg-red-100{ + --tw-bg-opacity: 1; + background-color: rgb(254 226 226 / var(--tw-bg-opacity)); +} + .object-cover{ -o-object-fit: cover; object-fit: cover; @@ -1942,6 +1947,12 @@ div.code-toolbar .toolbar button:hover { outline-offset: 2px; } +@media (min-width: 640px){ + .sm\:grid-cols-1{ + grid-template-columns: repeat(1, minmax(0, 1fr)); + } +} + @media (min-width: 768px){ .md\:static{ position: static; @@ -1991,6 +2002,12 @@ div.code-toolbar .toolbar button:hover { .md\:w-full{ width: 100%; } + .md\:grid-cols-1{ + grid-template-columns: repeat(1, minmax(0, 1fr)); + } + .md\:grid-cols-4{ + grid-template-columns: repeat(4, minmax(0, 1fr)); + } .md\:flex-row{ flex-direction: row; } @@ -2046,6 +2063,9 @@ div.code-toolbar .toolbar button:hover { .lg\:mb-6{ margin-bottom: 1.5rem; } + .lg\:mt-16{ + margin-top: 4rem; + } .lg\:h-auto{ height: auto; } diff --git a/index.html b/index.html index 94628ae..87779d5 100644 --- a/index.html +++ b/index.html @@ -335,7 +335,7 @@

mick

- +