less pading on wrap-boxes

This commit is contained in:
Mark
2016-10-16 12:15:05 +02:00
parent c152658e03
commit fae6ff6a5b
+1 -1
View File
@@ -19,7 +19,7 @@ hr {
background-color: $white;
border: 1px solid $black;
border-radius: $border-radius;
padding: 3px;
padding: 2px;
}
.sheet-heading {