From 6ddd2e5a292bb8eac3d6a96e2f5d0dd57ef0d6ac Mon Sep 17 00:00:00 2001
From: Pierre Ferreira
Date: Tue, 28 Nov 2023 14:46:16 +0100
Subject: [PATCH] changement du upperinfo :art:
---
cryptide_project/src/Pages/InGame.css | 9 +++++----
cryptide_project/src/Pages/InGame.tsx | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/cryptide_project/src/Pages/InGame.css b/cryptide_project/src/Pages/InGame.css
index 7d30dfe..bb6e8ac 100644
--- a/cryptide_project/src/Pages/InGame.css
+++ b/cryptide_project/src/Pages/InGame.css
@@ -1,10 +1,11 @@
.upperInfo{
display: flex;
- justify-content: center;
flex-direction: column;
+ justify-content: center;
align-items: center;
- width: 30%;
+ width: 35%;
+ height: 50px;
border-radius: 0px 0px 30px 30px;
border: solid;
@@ -12,9 +13,9 @@
background-color: white;
- font-size: 30px;
+ font-size: 25px;
- top: 20px;;
+ top: 0;
}
#mainDiv{
diff --git a/cryptide_project/src/Pages/InGame.tsx b/cryptide_project/src/Pages/InGame.tsx
index ea41201..379874f 100644
--- a/cryptide_project/src/Pages/InGame.tsx
+++ b/cryptide_project/src/Pages/InGame.tsx
@@ -358,7 +358,7 @@ const InGame = ({locale, changeLocale}) => {
placement='end'
scroll={true}
backdrop={false}
- style={{ height: '20%', width: '25%', top: '60vh' }}>
+ style={{ height: '20%', width: '25%', top: '0' }}>
Indice