4,554
edits
No edit summary |
No edit summary |
||
Line 279: | Line 279: | ||
position: relative; | position: relative; | ||
} | } | ||
.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 img { | |||
width: 100%; | |||
height: auto; | |||
} | |||
.image-container { | .image-container { | ||
position: relative; | position: relative; |