adding in simple directions to get started on app

This commit is contained in:
Arjun Patel
2018-08-28 14:08:35 -07:00
parent 2c9040e817
commit a984c75d31
2 changed files with 18 additions and 28 deletions
+7 -2
View File
@@ -22,7 +22,7 @@ body {
h1,h2,h3,h4,h5,h6,
.navbar-default, .btn {
font-family: 'Unica One', cursive;
font-family: 'Raleway', sans-serif;
font-weight: 400;
}
@@ -898,11 +898,16 @@ footer p {
color: #535bd4;;
}
.desc-row {
display: flex;
align-items: center;
}
.desc-cont {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 100px 0;
margin: 50px 0;
}
.desc-text {