add deploy buttons

This commit is contained in:
davidwells 2018-06-12 12:47:28 -07:00
parent 279d6e0425
commit 77715bcb5f
4 changed files with 64 additions and 2 deletions

View file

@ -11,6 +11,10 @@
.app-title-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.app-title-text {
flex-grow: 1;
}
.App-header {
background-color: #222;
@ -23,10 +27,33 @@
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
.deploy-button-wrapper {
margin-right: 20px;
}
.deploy-button {
width: 250px;
}
.view-src {
margin-top: 15px;
text-align: center;
}
.view-src img {
margin-right: 10px;
}
.view-src a {
text-decoration: none;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.github-icon {
width: 25px;
fill: white;
}
.todo-list {
padding: 60px;