changement du upperinfo 🎨

testTodoS5^2
Pierre Ferreira 1 year ago
parent 92fa06313c
commit 6ddd2e5a29

@ -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{

@ -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' }}>
<Offcanvas.Header closeButton>
<Offcanvas.Title>Indice</Offcanvas.Title>
</Offcanvas.Header>

Loading…
Cancel
Save