Skip to content

Commit

Permalink
move title label inside h1, for #4
Browse files Browse the repository at this point in the history
  • Loading branch information
trofosila committed Dec 30, 2020
1 parent 8009c28 commit bd32697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</head>
<body>
<header>
<label for="h">MinWiz</label>
<h1><label for="h">MinWiz</label></h1>
<nav><label for="s">Size check</label><label for="c">Contact</label></nav>
</header>

Expand Down
2 changes: 1 addition & 1 deletion src/styles/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ header {
align-items: center;
}

header > label {
h1 {
font-size: 1.7em;
font-weight: 700;
}
Expand Down

0 comments on commit bd32697

Please sign in to comment.