Skip to content

Commit

Permalink
subtle gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
CITguy committed Apr 7, 2018
1 parent 56a7a77 commit 6c09fe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ html {

body {
align-items: center;
background: linear-gradient(to top, #e6fbff, #fafafa 25%);
display: flex;
flex-direction: column;
height: 100vh;
justify-content: center;
flex-direction: column;
line-height: 1.5;
padding: 3rem;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Site source for [isinternetexplorerdead.today](http://isinternetexplorerdead.today).",
"private": true,
"scripts": {
"dev": "http-server"
"start": "http-server"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6c09fe4

Please sign in to comment.