We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b917be6 commit c87bfa5Copy full SHA for c87bfa5
src/components/doe/progressBar.tsx
@@ -25,10 +25,7 @@ const ProgressBar = () => {
25
26
return (
27
<div className={styles.container}>
28
- <MiniTruck
29
- style={{ left: `calc(${progress}% - ${progress * 1.15}px)` }}
30
- // style={{ left: `calc(${progress}% - 32%)` }}
31
- />
+ <MiniTruck style={{ left: `calc(${progress}% - 26%)` }} />
32
<div className={styles.flag}>
33
<FlagPole />
34
<Flag style={{ bottom: `calc(${progress * 0.52}% + 13%)` }} />
src/styles/doe/progressBar.module.scss
@@ -11,13 +11,9 @@
11
margin: auto;
12
13
> svg {
14
- width: 80px;
+ width: 21%;
15
height: auto;
16
position: relative;
17
-
18
- @include lg {
19
- width: 121px;
20
- }
21
}
22
23
@include lg {
0 commit comments