Upload benchmark.css with huggingface_hub
Browse files- benchmark.css +1 -0
benchmark.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
.benchmark-page { background:#101012; color:#101012; }
|
| 2 |
.bench-nav { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:64px; max-width:1380px; margin:auto; padding:0 26px; color:#f1f0e9; border-inline:1px solid #343139; border-bottom:1px solid #343139; font:700 8px ui-monospace,monospace; letter-spacing:.12em; }
|
|
|
|
| 3 |
.bench-nav>a:last-child { justify-self:end; color:#b6f238; }
|
| 4 |
.bench-links { justify-self:end; display:flex; gap:18px; }.bench-links a { color:#b6f238; }
|
| 5 |
.bench-shell { max-width:1380px; margin:auto; background:#f1f0e9; border-inline:1px solid #343139; }
|
|
|
|
| 1 |
.benchmark-page { background:#101012; color:#101012; }
|
| 2 |
.bench-nav { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:64px; max-width:1380px; margin:auto; padding:0 26px; color:#f1f0e9; border-inline:1px solid #343139; border-bottom:1px solid #343139; font:700 8px ui-monospace,monospace; letter-spacing:.12em; }
|
| 3 |
+
.bench-brand{display:flex;align-items:center;gap:10px}.bench-brand img{width:36px;height:36px;object-fit:contain}
|
| 4 |
.bench-nav>a:last-child { justify-self:end; color:#b6f238; }
|
| 5 |
.bench-links { justify-self:end; display:flex; gap:18px; }.bench-links a { color:#b6f238; }
|
| 6 |
.bench-shell { max-width:1380px; margin:auto; background:#f1f0e9; border-inline:1px solid #343139; }
|