From 388335d8ec6c9b0ae45f516d7b5c6ca826836280 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Mon, 16 Sep 2024 14:21:27 +0200 Subject: [PATCH] fixed media rle --- src/App/mediarules.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/mediarules.css b/src/App/mediarules.css index 00f8bc07..3b116e0d 100644 --- a/src/App/mediarules.css +++ b/src/App/mediarules.css @@ -163,7 +163,7 @@ body { background-position: center; /* Keeps the background centered */ background-repeat: no-repeat; } -} + .img-half{ max-width: 100% !important; @@ -177,6 +177,7 @@ body { display: grid !important; } +} /*For small Smartphones*/ @media screen and (max-width: 750px){ -- GitLab