adding in simple directions to get started on app
This commit is contained in:
+7
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user