add padding to next steps

This commit is contained in:
Nick Cardin 2016-09-15 13:58:50 -04:00
commit df824695de
2 changed files with 10 additions and 4 deletions

View file

@ -15,4 +15,10 @@
a.item {
color: #444;
}
.next-step {
padding-top: 20px;
padding-bottom: 20px;
}
}