Skip to content

Commit

Permalink
Correcting incorrect information from <main> example (#2714)
Browse files Browse the repository at this point in the history
* fixing content

* fixing <header> font size

* font size changed to 7vw
  • Loading branch information
ShubhamOulkar authored Jan 16, 2024
1 parent c3137d9 commit 4e9ae1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion live-examples/html-examples/text-content/css/main.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
header {
font:
bold calc(0.025 * (100vw)) Arial,
bold 7vw Arial,
sans-serif;
}
2 changes: 1 addition & 1 deletion live-examples/html-examples/text-content/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<main>
<p>
Geckos are a group of usually small, usually nocturnal lizards. They are found on every continent except Australia.
Geckos are a group of usually small, usually nocturnal lizards. They are found on every continent except Antarctica.
</p>

<p>Many species of gecko have adhesive toe pads which enable them to climb walls and even windows.</p>
Expand Down

0 comments on commit 4e9ae1a

Please sign in to comment.