Skip to content

Commit

Permalink
feat: update clp components
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzavisic committed Oct 15, 2024
1 parent 956ff59 commit 63a2334
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/lib/src/main-result-clp/main-result-clp.wc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
flex-direction: column;
align-items: center;
position: absolute;
transform: translate(-50%, -140%);
transform: translate(-50%, -150%);
width: 24%;
color: white;
font-weight: 500;
Expand All @@ -154,7 +154,7 @@
flex-direction: column;
align-items: center;
position: absolute;
transform: translate(-50%, 150%);
transform: translate(-50%, 155%);
width: 24%;
color: #09341F80;
font-weight: 500;
Expand Down Expand Up @@ -205,7 +205,7 @@
.glycanage {
display: flex;
font-size: 240px;
font-size: 192px;
justify-content: center;
align-items: end;
height: 50%;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
flex-direction: column;
align-items: center;
position: absolute;
transform: translate(-50%, -125%);
transform: translate(-50%, -120%);
width: 24%;
font-size: 0.74rem;
color: white;
Expand Down

0 comments on commit 63a2334

Please sign in to comment.