css - Change the width and height of a pseudo element with content -


i insert icon way

.me-icon-supericon:before {     content: "\67"; } 

and i'm trying make bigger. tried make (display:inline-block) doesn't work.

any advice?

if you're using custom font icon try font-size property...


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -