Fixed missing semicolons in less

This commit is contained in:
Caleb James DeLisle
2017-12-08 17:35:28 +01:00
parent 9af941741d
commit bfba239770
4 changed files with 3 additions and 4 deletions
@@ -93,7 +93,7 @@ body {
}
@callout-padding: 15px;
a:hover {
text-decoration: none
text-decoration: none;
}
.bs-callout {
display: flex;