From ebb2ee7f4ac026a2bf81e8c8b20ce5954f87dd85 Mon Sep 17 00:00:00 2001
From: SofianeLasri <alasri250@gmail.com>
Date: Thu, 14 Apr 2022 22:25:34 +0200
Subject: [PATCH] fixed uiWindow horizontalContainer

---
 BrowserAssets/UI/css/window.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BrowserAssets/UI/css/window.css b/BrowserAssets/UI/css/window.css
index 1ccac3b8..51ad99e6 100644
--- a/BrowserAssets/UI/css/window.css
+++ b/BrowserAssets/UI/css/window.css
@@ -118,14 +118,14 @@
 .window .content .horizontalContainer{
     display: flex;
     flex-direction: row;
-    flex-wrap: wrap;
+    /* flex-wrap: wrap; */
     justify-content: space-between;
     align-items: center;
     margin: 0;
 }
 
 .window .content .presentationImage {
-    width: 30%;
+    width: 80%;
     height: 100%;
     background-size: cover;
     background-position: center;
-- 
GitLab