MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 278: Line 278:
.article-image {
.article-image {
   position: relative;
   position: relative;
}
.article-external-link {
    text-align: center; /* Center align the content */
    display: flex; /* Use flexbox */
    justify-content: center; /* Center the items horizontally */
    align-items: center; /* Center the items vertically */
    height: 50px; /* Adjust as needed for your design */
}
.article-external-link a {
    display: inline-block; /* Inline-block for the anchor tag */
}
}
.external-link-icon {
.external-link-icon {

Navigation menu