fix: remove user stories from landing page and readme (#43)

* fix: remove user stories from landing page and readme

* fix: update favicon, title
This commit is contained in:
Tom 2020-11-10 12:32:15 -06:00 committed by GitHub
parent 788466b640
commit 74da23725f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 27 additions and 70 deletions

View file

@ -18,25 +18,21 @@ h3 {
margin-top: 30px;
}
hr {
margin: 25px;
}
.footer {
margin-top: 40px;
}
.user-stories {
position: relative;
text-align: justify;
max-width: 700px;
margin: 15px auto;
}
code {
font-family: monospace;
padding: 2px;
color: black;
background-color: #fff;
}
ol {
list-style-position: outside;
}
ul {
list-style-type: none;
}
@ -44,9 +40,6 @@ ul {
li {
margin-bottom: 0.5em;
}
.user-stories li {
margin-bottom: 1em;
}
a {
color: #2574A9;