for-pages: Increase line height of feature list items.

This commit is contained in:
Aman Agrawal 2021-10-06 04:28:21 +05:30 committed by Tim Abbott
parent 7882a1a7f4
commit 86c3c5d6f1
1 changed files with 2 additions and 1 deletions

View File

@ -4147,12 +4147,13 @@ nav {
width: 18px;
height: 18px;
margin-right: 5px;
margin-top: 2px;
margin-top: 4px;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.25 17.292l-4.5-4.364 1.857-1.858 2.643 2.506 5.643-5.784 1.857 1.857-7.5 7.643z"/></svg>');
}
.list-content {
margin-left: 22px;
line-height: 1.6;
}
}
}