Cart view: Make questions a little bit less bold

This commit is contained in:
Raphael Michel
2019-04-04 14:22:36 +02:00
parent 5dfd1e6337
commit 327418299a

View File

@@ -63,6 +63,14 @@
padding-left: 10px;
font-weight: bold;
}
dl {
margin: 5px 0;
dt {
font-weight: normal;
margin-top: 5px;
}
}
}
@media(max-width: $screen-sm-max) {