Skip to content

Commit

Permalink
Fix issue with margin on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
Declan Chidlow committed Jan 6, 2024
1 parent aad2a1e commit 003ec09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/pages/index/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}

@media (max-width: 700px) {
#landing {
#heroouter, #landingbody {
margin: 0;
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}

@media (max-width: 700px) {
#landing {
#heroouter, #landingbody {
margin: 0;
}
}
Expand Down

0 comments on commit 003ec09

Please sign in to comment.