I'm looking to adjust the placement of the disk icon so that it aligns more with the baseline of the text without increasing the vertical space between lines.
Below is the CSS code I've worked on so far:
.openPage:after {
content: ' ';
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
width: 20px;
height: 20px;
padding: 0;
margin: 0;
margin-left: 4px;
display: inline-block;
background-image: url(../rsc/home/kws.corn.icon.page.png);
}