Skip to content

Commit 0e9c56a

Browse files
committed
[gephi] common style
1 parent 726cfa4 commit 0e9c56a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/pages/desktop/index.astro

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ import Layout from "../../layouts/Layout.astro";
192192
</section>
193193
</section>
194194

195-
<section class="feature feature-flat">
195+
<section class="feature">
196196
<!-- TODO: Insert a better background image for this topic -->
197197
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
198198
<section class="feature-headline">
@@ -220,7 +220,7 @@ import Layout from "../../layouts/Layout.astro";
220220
</section>
221221
</section>
222222

223-
<section class="feature feature-flat">
223+
<section class="feature">
224224
<!-- TODO: Insert a better background image for this topic -->
225225
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
226226
<section class="feature-headline">
@@ -249,7 +249,7 @@ import Layout from "../../layouts/Layout.astro";
249249
</section>
250250
</section>
251251

252-
<section class="feature feature-flat">
252+
<section class="feature">
253253
<!-- TODO: Insert a better background image for this topic -->
254254
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
255255
<section class="feature-headline">
@@ -275,7 +275,7 @@ import Layout from "../../layouts/Layout.astro";
275275
</section>
276276
</section>
277277

278-
<section class="feature feature-flat">
278+
<section class="feature">
279279
<!-- TODO: Insert a better background image for this topic -->
280280
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
281281
<section class="feature-headline">
@@ -300,7 +300,7 @@ import Layout from "../../layouts/Layout.astro";
300300
</section>
301301
</section>
302302

303-
<section class="feature feature-flat">
303+
<section class="feature">
304304
<!-- TODO: Insert a better background image for this topic -->
305305
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
306306
<section class="feature-headline">
@@ -326,7 +326,7 @@ import Layout from "../../layouts/Layout.astro";
326326
</section>
327327
</section>
328328

329-
<section class="feature feature-flat">
329+
<section class="feature">
330330
<!-- TODO: Insert a better background image for this topic -->
331331
<div class="feature-background" style="opacity: 0.1; background-image: url(/lite/graph.png);"></div>
332332
<section class="feature-headline">
@@ -350,11 +350,11 @@ import Layout from "../../layouts/Layout.astro";
350350
</section>
351351
</section>
352352

353-
<section class="feature feature-flat">
353+
<section class="feature">
354354
<div class="feature-text">
355355
<h2>
356356
<Icon name="ph:road-horizon" class="text-primary" />
357-
<span>Roadmap to Gephi Desktop 1.0</span>
357+
<span>Roadmap</span>
358358
</h2>
359359

360360
<p>

0 commit comments

Comments
 (0)