From 197db242cdec04ddafc03802a492def1c8361f6b Mon Sep 17 00:00:00 2001 From: asal sahami <asalsahami22@gmail.com> Date: Tue, 1 Oct 2024 20:09:16 +0200 Subject: [PATCH] safe --- src/.DS_Store | Bin 8196 -> 8196 bytes src/App/mediarules.css | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/.DS_Store b/src/.DS_Store index 27fdcd2c3a537ccd5cb3d30b7169447025f78637..a0bf72f797e894665e84da61543ff64ef5b6a22a 100644 GIT binary patch delta 14 VcmZp1XmQx!Ex@>SvyZ?IegG&O1t0(b delta 14 VcmZp1XmQx!Ex@>AvyZ?IegG&g1tS0e diff --git a/src/App/mediarules.css b/src/App/mediarules.css index e140e9cf..2c4fd723 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -112,8 +112,8 @@ } /***Biosafty***/ #safehead { - background-size: cover; /* Adjust the image to fit within the container */ - background-position: bottom 100%; /* Push the image down for better visibility */ + background-size: contain; /* Adjust the image to fit within the container */ + background-position: center; /* Push the image down for better visibility */ height: 300px; /* Adjust the height for mobile screens */ } /***Description***/ -- GitLab