Update Table Positioning

Update scss, still need to generate new css
This commit is contained in:
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%);