4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 280: | Line 280: | ||
} | } | ||
.external-link-icon { | .external-link-icon { | ||
display: inline-block; /* Display the icon next to the title */ | |||
width: 20px; /* Adjust the width as needed */ | |||
height: 20px; /* Adjust the height as needed */ | |||
margin-left: 10px; /* Space between the title and icon */ | |||
} | } | ||
.external-link-icon | .external-link-icon img { | ||
width: 100%; | |||
height: auto; | |||
} | } | ||