Skip to content

Commit 26dd42f

Browse files
Replace the WASM benchmark example logo. (#46)
* Replace logo and remove right hand side header title. * Formatting.
1 parent 718c3f8 commit 26dd42f

File tree

3 files changed

+15
-32
lines changed

3 files changed

+15
-32
lines changed

examples/wasm-benchmark/src/ui/components/Introduction.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ export default function Introduction() {
1313
alt="WebAssembly Benchmark by Nutrient"
1414
/>
1515
</a>
16-
<h1 className="HeaderTitle">
17-
Wasm Benchmark
18-
</h1>
1916
</header>
2017
<div className="Description">
2118
<p>

examples/wasm-benchmark/src/ui/index.css

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,34 +64,22 @@ p {
6464
flex-direction: row;
6565
text-align: left;
6666
padding: 27.5px 0;
67+
border-bottom: 1px solid #C2B8AE;
6768
}
6869

6970
.HeaderLogo {
7071
display: flex;
7172
align-items: center;
72-
height: 50px
73+
height: 40px
7374
}
7475

7576
.HeaderLogo img {
7677
display: inline-block;
77-
height: 35px;
78-
}
79-
80-
.HeaderTitle {
81-
display: inline-block;
82-
align-items: center;
83-
font-size: 16px;
84-
font-weight: normal;
85-
font-family: "ABC Monument Grotesk", Arial;
86-
width: min-content;
87-
border-left: 1px solid black;
88-
padding-left: 12px;
89-
padding-top: 4px;
90-
height: 50px;
78+
height: 28px;
9179
}
9280

9381
.Description {
94-
margin: 0 0 3.75rem 0;
82+
margin: 3.75rem 0;
9583
font-size: 1.25rem;
9684
line-height: 2.0625rem;
9785
}
Lines changed: 11 additions & 13 deletions
Loading

0 commit comments

Comments
 (0)