MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 238: Line 238:
     border-bottom: 1px solid black;
     border-bottom: 1px solid black;
padding-bottom: 18px;
padding-bottom: 18px;
display: flex; /* Use flexbox */
    display: flex; /* Use flexbox */
     align-items: center; /* Align items vertically in the center */
    flex-direction: column; /* Stack items vertically */
     justify-content: space-between; /* Space out title and icon */
     align-items: center; /* Align items horizontally in the center */
     justify-content: center; /* Align items vertically in the center */
    text-align: center; /* Center the text */
}
}
.article-title {
.article-title {
Line 247: Line 249:
   letter-spacing: 0.4px;
   letter-spacing: 0.4px;
   text-align: center;
   text-align: center;
   margin: 0!important
   margin-bottom: 0!important;
}
}
.article-type {
.article-type {

Navigation menu