lk | makes price and log number larger on bike sale labels

This commit is contained in:
Louis Knapp
2015-09-21 19:14:10 -05:00
parent f2badbd484
commit 7fa84acfd1
3 changed files with 10 additions and 6 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
.print-select{
.print-labels{
h2 {
font-size: 18px;
font-size: 24px;
}
.print-label{
margin: 10px;
@@ -16,9 +16,9 @@
}
.desc {
margin: 10px;
height: 235px;
height: 230px;
border: 2px dotted black;
}
}
}
}