From 6d0d24d0bb9deadbb4c0ca10206972d95ea3fd88 Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Tue, 1 Oct 2024 20:07:28 +0200 Subject: [PATCH] safe --- src/.DS_Store | Bin 8196 -> 8196 bytes src/App/mediarules.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.DS_Store b/src/.DS_Store index 537fe2e97d039f4065acc4a536055116693c40cf..27fdcd2c3a537ccd5cb3d30b7169447025f78637 100644 GIT binary patch delta 14 VcmZp1XmQx!Ex@>AvyZ?IegG&g1tS0e delta 14 VcmZp1XmQx!Ex@>IvyZ?IegG&s1tkCg diff --git a/src/App/mediarules.css b/src/App/mediarules.css index 0e722e38..e140e9cf 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -112,7 +112,7 @@ } /***Biosafty***/ #safehead { - background-size: contain; /* Adjust the image to fit within the container */ + background-size: cover; /* Adjust the image to fit within the container */ background-position: bottom 100%; /* Push the image down for better visibility */ height: 300px; /* Adjust the height for mobile screens */ } -- GitLab