MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
28 bytes removed ,  01:05, 14 October 2022
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 33: Line 33:


.mainpagechapter {
.mainpagechapter {
    align-items: center;
     background: #fff;
    width: fit-content(20em);
border: solid #c8ccd1;
     background-color: #f8f9fa;
border-width: 1px 0;
    border: 1px solid #c8ccd1;
box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.15 );
    border-radius: 1px;
margin: 0 -1rem 1.5rem;
    margin-bottom: 2px;
padding: 1rem;
    padding: 2px;
}
}


Navigation menu