NEW About page

This commit is contained in:
Jeremy Zhang
2017-05-11 02:12:26 +00:00
parent 98fc4140f4
commit fb6d9c3b31
5 changed files with 127 additions and 2 deletions

View File

@ -69,3 +69,14 @@ nav {
border-radius: 50px;
color: #eceff1;
}
img.center-align {
display: block;
margin-left: auto;
margin-right: auto;
}
.card-panel.no-height-padding {
padding-top: 0px;
padding-bottom: 0px;
}