Skip to content

Commit

Permalink
Heading level fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Drougnov committed Nov 28, 2022
1 parent 5a6086a commit 2110e2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<script src="app.js" defer></script>
<title>Frontend Mentor | Time tracking dashboard</title>
<title>Time tracking dashboard | Frontend Mentor</title>
</head>
<body>
<div class="container">
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,11 @@ main .card{
align-items: center;
gap: 1rem;
}
.details__title h3{
.details__title h2{
font-size: 1.125rem;
font-weight: 500;
}
.details__time h2{
.details__time h3{
font-size: 2rem;
}
.details__time p{
Expand Down Expand Up @@ -369,7 +369,7 @@ footer a:hover{
.container main{
grid-template-columns: repeat(3, minmax(250px, 1fr));
}
.details__time h2{
.details__time h3{
font-size: 3.75rem;
}
}

0 comments on commit 2110e2c

Please sign in to comment.