Continued Development on draft version of viz

This commit is contained in:
Walker Waylon Scott 2017-07-13 12:49:42 -05:00
parent b2315a3f2d
commit 951eadd5cd
93 changed files with 10856 additions and 73 deletions

View file

@ -36,3 +36,11 @@ body{
max-width: 300px;
}
.container{
float:center;
}
.centered{
float: none;
margin: 0 auto;
}