Skip to content

Commit

Permalink
feat: adjust main result clp
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanzavisic committed Oct 9, 2024
1 parent 2c99ede commit 2ec02c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 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 @@ -96,7 +96,7 @@
@font-face {
font-family: "mercury";
src: url("https://dev.back-office.ga-internals-91.com/assets/reports/b2b/clp/1.0/fonts/MercuryDisplay.otf") format("truetype");
font-weight: 400;
font-weight: 500;
font-display: swap;
}
Expand Down Expand Up @@ -205,11 +205,12 @@
.glycanage {
display: flex;
font-size: 15rem;
font-size: 240px;
justify-content: center;
align-items: center;
align-items: end;
height: 50%;
margin-bottom: 1rem;
margin-top: 1.4rem;
font-family: 'mercury', serif;
}
</style>

0 comments on commit 2ec02c8

Please sign in to comment.