updated styles

This commit is contained in:
Sam Jirovec 2024-05-20 16:00:13 -05:00
parent 18d7a3da4e
commit 6e3a9e83b9
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
<style>
ul {list-style: none;}
li {margin: 5px 0};
li {margin: 0.4em 0;}
@media (min-width: 46em) {
#features {width: 50%;}
}
</style>