Changed the left and right margins of buttons from 30px to 33px.

This commit is contained in:
Stephen
2016-02-19 02:46:41 -08:00
parent d24c4871fe
commit db09f84e30
+2 -2
View File
@@ -38,10 +38,10 @@ textarea.sheet-textareas {
.sheet-btn-talk, .sheet-btn-phys, .sheet-btn-hand,
.sheet-btn-guns {
margin-right: 30px;
margin-right: 33px;
}
.sheet-btn-phys, .sheet-btn-hand, .sheet-btn-guns,
.sheet-btn-escalate {
margin-left: 30px;
margin-left: 33px;
}