cyby commited on
Update commercial acknowledgements styling
Browse files- index.html +3 -3
- styles.css +4 -4
index.html
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
|
| 16 |
rel="stylesheet"
|
| 17 |
/>
|
| 18 |
-
<link rel="stylesheet" href="styles.css?v=
|
| 19 |
</head>
|
| 20 |
<body>
|
| 21 |
<header class="site-header">
|
|
@@ -381,8 +381,8 @@
|
|
| 381 |
|
| 382 |
<section class="commercial-ack" id="commercial-ack" hidden aria-labelledby="commercial-ack-title">
|
| 383 |
<div class="commercial-ack-copy">
|
| 384 |
-
<span>
|
| 385 |
-
<h3 id="commercial-ack-title">
|
| 386 |
</div>
|
| 387 |
<div class="commercial-logo-marquee" aria-label="Commercial participant logos">
|
| 388 |
<div class="commercial-logo-track">
|
|
|
|
| 15 |
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap"
|
| 16 |
rel="stylesheet"
|
| 17 |
/>
|
| 18 |
+
<link rel="stylesheet" href="styles.css?v=20260814-ack-type-18-12" />
|
| 19 |
</head>
|
| 20 |
<body>
|
| 21 |
<header class="site-header">
|
|
|
|
| 381 |
|
| 382 |
<section class="commercial-ack" id="commercial-ack" hidden aria-labelledby="commercial-ack-title">
|
| 383 |
<div class="commercial-ack-copy">
|
| 384 |
+
<span>Acknowledgements:</span>
|
| 385 |
+
<h3 id="commercial-ack-title">We would like to thank everyone for their open API products, which have supported the AML evaluation!</h3>
|
| 386 |
</div>
|
| 387 |
<div class="commercial-logo-marquee" aria-label="Commercial participant logos">
|
| 388 |
<div class="commercial-logo-track">
|
styles.css
CHANGED
|
@@ -1997,7 +1997,7 @@ a {
|
|
| 1997 |
|
| 1998 |
.commercial-ack-copy > span {
|
| 1999 |
color: var(--highlight);
|
| 2000 |
-
font:
|
| 2001 |
letter-spacing: 0.08em;
|
| 2002 |
text-transform: uppercase;
|
| 2003 |
}
|
|
@@ -2006,9 +2006,9 @@ a {
|
|
| 2006 |
margin: 9px 0 0;
|
| 2007 |
max-width: 42ch;
|
| 2008 |
color: var(--navy-deep);
|
| 2009 |
-
font-size:
|
| 2010 |
-
line-height: 1.
|
| 2011 |
-
letter-spacing:
|
| 2012 |
}
|
| 2013 |
|
| 2014 |
.commercial-logo-marquee {
|
|
|
|
| 1997 |
|
| 1998 |
.commercial-ack-copy > span {
|
| 1999 |
color: var(--highlight);
|
| 2000 |
+
font: 850 18px/1.15 var(--mono);
|
| 2001 |
letter-spacing: 0.08em;
|
| 2002 |
text-transform: uppercase;
|
| 2003 |
}
|
|
|
|
| 2006 |
margin: 9px 0 0;
|
| 2007 |
max-width: 42ch;
|
| 2008 |
color: var(--navy-deep);
|
| 2009 |
+
font-size: 12px;
|
| 2010 |
+
line-height: 1.55;
|
| 2011 |
+
letter-spacing: 0;
|
| 2012 |
}
|
| 2013 |
|
| 2014 |
.commercial-logo-marquee {
|