2018-05-04 02:57:44 +03:00

17 lines
280 B
CSS

.wrapper {
padding: 20px;
font-family:
-apple-system, ".SFNSText-Regular", "San Francisco", "Roboto",
"Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
color: rgb(51, 51, 51);
}
.title {
margin: 0;
}
.item {
list-style: none;
margin-bottom: 10px;
}