Skip to content

Commit 33ccffc

Browse files
Replace logo and remove right hand side header title.
1 parent 718c3f8 commit 33ccffc

File tree

3 files changed

+11
-29
lines changed

3 files changed

+11
-29
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: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,6 @@ p {
7777
height: 35px;
7878
}
7979

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;
91-
}
92-
9380
.Description {
9481
margin: 0 0 3.75rem 0;
9582
font-size: 1.25rem;
Lines changed: 11 additions & 13 deletions
Loading

0 commit comments

Comments
 (0)