Template:Main Page/styles.css: Difference between revisions

No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 15: Line 15:
}
}


#mp-topbanner,
#mp-topbanner {
.mp-h2,
    position: relative;
#mp-left {
    box-sizing: border-box;
color: #000;
    min-width: 47em;
    border-color: #ddd;
    background-color: #f9f9f9;
    white-space: nowrap;
    display: flex; /* Add flexbox */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    min-height: 120px; /* Give it some height to center within */
}
}


#mp-welcomecount {
#mp-welcomecount {
margin: 0.4em;
    margin: 0.4em;
width: 22em;
    width: auto; /* Change from fixed width to auto */
text-align: center;
    text-align: center;
    white-space: normal; /* Allow text to wrap if needed */
}
}