8 lines
139 B
HTML
8 lines
139 B
HTML
<style>
|
|
ul {list-style: none;}
|
|
li {margin: 0.4em 0;}
|
|
@media (min-width: 46em) {
|
|
#features {width: 50%;}
|
|
}
|
|
</style>
|