fix: remove user stories

This commit is contained in:
moT01 2020-10-12 14:31:20 -05:00
parent 9bfcd66748
commit 62a975012d
3 changed files with 3 additions and 34 deletions

View file

@ -1,5 +1,3 @@
/****** Main Styling ******/
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
@ -22,31 +20,12 @@ h3 {
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;
}
li {
margin-bottom: 0.5em;
}
.user-stories li {
margin-bottom: 1em;
}
a {
color: #2574A9;