Spaces:
Running
Running
Update index.html
Browse files- index.html +17 -11
index.html
CHANGED
|
@@ -33,15 +33,17 @@
|
|
| 33 |
animation: fadeInDown 1.2s cubic-bezier(.18,.89,.32,1.28);
|
| 34 |
}
|
| 35 |
.modern-title .hf-logo {
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
margin-right:
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
|
|
|
|
|
|
| 45 |
}
|
| 46 |
.star-call {
|
| 47 |
margin-bottom: 34px;
|
|
@@ -102,7 +104,7 @@
|
|
| 102 |
.heatmap-card {
|
| 103 |
background: linear-gradient(135deg, #232526 0%, #2c3e50 100%);
|
| 104 |
border-radius: 24px;
|
| 105 |
-
box-shadow: 0 8px 36px #0007,
|
| 106 |
padding: 24px 18px 18px 18px;
|
| 107 |
display: flex;
|
| 108 |
flex-direction: column;
|
|
@@ -218,6 +220,10 @@
|
|
| 218 |
.search-row input[type="text"] {
|
| 219 |
width: 120px;
|
| 220 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
}
|
| 222 |
/* Animations */
|
| 223 |
@keyframes fadeInDown {
|
|
@@ -246,7 +252,7 @@
|
|
| 246 |
<div class="container">
|
| 247 |
<h1 class="modern-title">
|
| 248 |
<span class="hf-logo">
|
| 249 |
-
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face"
|
| 250 |
</span>
|
| 251 |
My Hugging Face Heatmaps
|
| 252 |
</h1>
|
|
|
|
| 33 |
animation: fadeInDown 1.2s cubic-bezier(.18,.89,.32,1.28);
|
| 34 |
}
|
| 35 |
.modern-title .hf-logo {
|
| 36 |
+
display: flex;
|
| 37 |
+
align-items: center;
|
| 38 |
+
height: 2.8rem;
|
| 39 |
+
width: 2.8rem;
|
| 40 |
+
margin-right: 4px;
|
| 41 |
+
flex-shrink: 0;
|
| 42 |
+
}
|
| 43 |
+
.modern-title .hf-logo img, .modern-title .hf-logo svg {
|
| 44 |
+
height: 100%;
|
| 45 |
+
width: 100%;
|
| 46 |
+
display: block;
|
| 47 |
}
|
| 48 |
.star-call {
|
| 49 |
margin-bottom: 34px;
|
|
|
|
| 104 |
.heatmap-card {
|
| 105 |
background: linear-gradient(135deg, #232526 0%, #2c3e50 100%);
|
| 106 |
border-radius: 24px;
|
| 107 |
+
box-shadow: 0 8px 36px #0007, 0 1.5px 8px #00c3ff44;
|
| 108 |
padding: 24px 18px 18px 18px;
|
| 109 |
display: flex;
|
| 110 |
flex-direction: column;
|
|
|
|
| 220 |
.search-row input[type="text"] {
|
| 221 |
width: 120px;
|
| 222 |
}
|
| 223 |
+
.modern-title .hf-logo {
|
| 224 |
+
height: 2rem;
|
| 225 |
+
width: 2rem;
|
| 226 |
+
}
|
| 227 |
}
|
| 228 |
/* Animations */
|
| 229 |
@keyframes fadeInDown {
|
|
|
|
| 252 |
<div class="container">
|
| 253 |
<h1 class="modern-title">
|
| 254 |
<span class="hf-logo">
|
| 255 |
+
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face">
|
| 256 |
</span>
|
| 257 |
My Hugging Face Heatmaps
|
| 258 |
</h1>
|