css arrowimg

This commit is contained in:
2024-03-29 14:40:22 +01:00
parent 0b079798cd
commit 70a7b4651c

View File

@@ -109,6 +109,16 @@ body {
}
.arrowimg {
width: 3vh;
height: auto;
max-height: 100%;
object-fit: contain;
position: absolute;
top: 0.5vw;
right: 1.2vw;
z-index: 2;
}
.valueContainer {
display: flex;