Hi everyone, I am trying to resize my ‘Calendar’ icon so that it fits properly within a square. Currently, the icon displays well but doesn’t adapt to the correct size. How can I adjust the icon to ensure it fits perfectly within the square?
@liamellis497 have you tried giving a fixed width to the icon?
Try giving fixed width like this:
width: 50px; /* Set the size of the square */
Thanks @adamdylan163 it worked.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.