MediaWiki:Group-user.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 48: Line 48:
color: white;
color: white;
font-weight: bold;
font-weight: bold;
font-size: 26px;
}
.form-link p {
    display: flex; /* Enables Flexbox for the <p> tag */
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    height: 100%; /* Ensures the <p> tag takes full height of its container */
}
}

Navigation menu