Skip to content

Commit 958d200

Browse files
committed
brand
1 parent 4539b5c commit 958d200

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

services/console/src/pages/brand.astro

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const description = "Bencher Brand Kit: Logo, Wordmark, and more.";
99
---
1010

1111
<BaseLayout title={title} titleFmt={titleFmt} description={description}>
12-
<section class="section">
12+
<section class="section" style="margin-bottom: 12rem;">
1313
<div class="container">
1414
<div class="columns is-centered">
1515
<div class="column">
@@ -19,10 +19,9 @@ const description = "Bencher Brand Kit: Logo, Wordmark, and more.";
1919
</div>
2020
<hr />
2121
</div>
22-
</section>
23-
<section class="section" style="margin-bottom: 12rem;">
2422
<div class="container">
25-
<div class="columns is-centered">
23+
<h2 class="title">Logo</h2>
24+
<div class="columns">
2625
<div class="column has-text-centered is-one-third">
2726
<div class="card">
2827
<header class="card-header">
@@ -39,6 +38,9 @@ const description = "Bencher Brand Kit: Logo, Wordmark, and more.";
3938
</footer>
4039
</div>
4140
</div>
41+
</div>
42+
<h2 class="title">Wordmark</h2>
43+
<div class="columns">
4244
<div class="column has-text-centered is-one-third">
4345
<div class="card">
4446
<header class="card-header">

0 commit comments

Comments
 (0)