Skip to content

Commit

Permalink
updated top margins
Browse files Browse the repository at this point in the history
  • Loading branch information
catherineisonline committed Jul 25, 2023
1 parent 2c66a38 commit 04aca48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

<head>
<meta charset="utf-8">
<meta name="description" content="Frontend Mentor Challenge Solutions">
<meta name="keywords" content="Frontend Mentor Challenge Solutions, Frontend Mentor">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon.png">
Expand Down
3 changes: 1 addition & 2 deletions src/assets/styles.sass
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,13 @@ nav
.all-solutions
display: flex
flex-direction: column
margin-top: 2rem
margin-bottom: 5rem
h2
font-family: base.$barlow
text-transform: uppercase
font-size: 2.5rem
text-align: center
padding: 5rem
padding: 1rem
letter-spacing: 2px
.solutions
display: inline-grid
Expand Down

0 comments on commit 04aca48

Please sign in to comment.