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:
+5
-12
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user