Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Adding TM superscript #714

Merged
merged 3 commits into from
Oct 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,14 @@ code {
left: 17px;
margin-left: calc(50% - 700px);
}

sup {
position: relative;
font-size: 40%;
line-height: 0;
vertical-align: baseline;
top: -1.2em;
}
/* end hero */

/* getting started */
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<div id="hero-main">
<div id="hero-main-text">
<div id="hero-main-title"><span>Eclipse Code</span>wind</div>
<div id="hero-main-title"><span>Eclipse Code</span>wind<sup>TM</sup></div>
<div id="hero-main-headline">Container development unleashed</div>
<div id="hero-main-fulltext">Codewind simplifies and enhances development in containers by extending
industry standard IDEs with
Expand Down