4,554
edits
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 279: | Line 279: | ||
position: relative; | position: relative; | ||
} | } | ||
. | .external-link-icon { | ||
text-align: center; /* Center align the content */ | text-align: center; /* Center align the content */ | ||
display: flex; /* Use flexbox */ | display: flex; /* Use flexbox */ | ||
Line 287: | Line 287: | ||
} | } | ||
. | .external-link-icon a { | ||
display: inline-block; /* Inline-block for the anchor tag */ | display: inline-block; /* Inline-block for the anchor tag */ | ||
} | } | ||