Update Table Positioning

Update scss, still need to generate new css
这个提交包含在:
Andrew Senetar 2014-07-15 19:10:39 -04:00
父节点 704e3b8815
当前提交 8b6d24348d
共有 1 个文件被更改,包括 4 次插入0 次删除

查看文件

@ -88,6 +88,10 @@ article {
margin-right: auto;
margin-left: auto;
}
table {
margin-right: auto;
margin-left: auto;
}
}
footer {
color: darken($secondary-color, 20%);