Skip to content

Commit

Permalink
Minor style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Canleskis committed Jan 17, 2024
1 parent 563bc4c commit 0564913
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/benchmarks.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

<script src="/echarts.js"></script>
<div class=" padded-container">
<input id="search" type="text" placeholder="Search tags (fe: f32 3d wasm)">
<input id="search" type="text" placeholder="Search tags (e.g., f32 3d wasm)">
<ul id="benchmark-list">
</ul>
</div>
Expand Down
8 changes: 6 additions & 2 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

.quickstart h1,
h2 {
.quickstart h2 {
padding-bottom: 0.3em;
border-bottom: 1px solid #5e5e5e;
}
Expand All @@ -20,7 +20,11 @@

.quickstart img {
max-width: 100%;
border-radius: 10px;
border-radius: 5px;
}

.quickstart a img {
border-radius: 0;
}

.quickstart a:link {
Expand Down

0 comments on commit 0564913

Please sign in to comment.