0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 07:12:39 +00:00

increased left adn right padding on plain table cells for readability

This commit is contained in:
Scott Tolksdorf
2016-01-14 01:30:41 -05:00
parent b5afc93305
commit 44262da5ce

View File

@@ -127,7 +127,7 @@
tbody{
tr{
td{
padding : 0.2em 0em;
padding : 0.2em 0.1em;
}
&:nth-child(odd){
background-color : @noteGreen;