Skip to content

Commit

Permalink
fix nav bar height
Browse files Browse the repository at this point in the history
  • Loading branch information
FevenSeyfu committed Feb 9, 2024
1 parent bb0d5a3 commit 6492c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2 class="form-intro">
id="comment-input"
cols="30"
rows="6"
placeholder="please write your comment..."
placeholder="Please write your comment..."
maxlength="100"
aria-placeholder="Enter text area ..."
required
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body {
align-items: center;
justify-content: space-between;
background-color: hsl(0, 0%, 13%);
padding: 1.5rem 1rem;
padding: 1rem;
z-index: 1;
}
.nav .logo{
Expand Down

0 comments on commit 6492c0d

Please sign in to comment.