update styles
Browse files- index.html +1 -1
- style.css +4 -0
index.html
CHANGED
@@ -165,7 +165,7 @@
|
|
165 |
</script>
|
166 |
</d-front-matter>
|
167 |
<d-title>
|
168 |
-
<div class="main-plot-container l-page">
|
169 |
<figure>
|
170 |
<img src="banner.png" alt="FineWeb">
|
171 |
</figure>
|
|
|
165 |
</script>
|
166 |
</d-front-matter>
|
167 |
<d-title>
|
168 |
+
<div id="title-plot" class="main-plot-container l-page">
|
169 |
<figure>
|
170 |
<img src="banner.png" alt="FineWeb">
|
171 |
</figure>
|
style.css
CHANGED
@@ -133,3 +133,7 @@ d-byline .byline {
|
|
133 |
grid-template-columns: 5fr 1fr 1fr;
|
134 |
}
|
135 |
}
|
|
|
|
|
|
|
|
|
|
133 |
grid-template-columns: 5fr 1fr 1fr;
|
134 |
}
|
135 |
}
|
136 |
+
|
137 |
+
#title-plot {
|
138 |
+
margin-top: 0px;
|
139 |
+
}
|