In the example below, I would like to change .more p:nth-of-type(n+1){height: 0;)} to be .more p:nth-of-type(n+1){height: auto;)} using the onclick
.more p:nth-of-type(n+1){height: 0;)}
.more p:nth-of-type(n+1){height: auto;)}