Skip to content

Commit

Permalink
Fix web app colour and add padding to socials div
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltj27 committed Apr 23, 2024
1 parent 11a5f93 commit 255bd93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="robots" content="index, follow" />
<meta name="author" content="Daniel James" />
<meta name="description" content="Page not found" />
<meta name="theme-color" content="#ff0000" />
<meta name="theme-color" content="#222222" />
<title>Page not found</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="image/png" href="img/dan.png" />
Expand Down
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ body {
margin: 0 auto 20px;

padding-top: 40px;
padding-bottom: 40px;

display: block;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="robots" content="index, follow" />
<meta name="author" content="Daniel James" />
<meta name="description" content="The personal website of Daniel James" />
<meta name="theme-color" content="#ff0000" />
<meta name="theme-color" content="#222222" />
<title>Daniel James</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="image/png" href="img/dan.png" />
Expand Down
2 changes: 1 addition & 1 deletion privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="robots" content="index, follow" />
<meta name="author" content="Daniel James" />
<meta name="description" content="Website and app privacy policy" />
<meta name="theme-color" content="#ff0000" />
<meta name="theme-color" content="#222222" />
<title>Privacy Policy &mdot; Daniel James</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="image/png" href="img/dan.png" />
Expand Down

0 comments on commit 255bd93

Please sign in to comment.