MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 298: Line 298:
*/
*/
}
}
.card {
.card {
/*
    /*display: flex; Use flexbox */
    position: relative;
     /*align-items: center; Vertically center children */
     width: calc(20% - 2px);
     /*justify-content: start; Align children to the start of the row */
    box-sizing: border-box;
     width: 100%; /* Full width */
     border: 1px solid black;
    height: fit-content;
    padding: 5px 7px 2px 7px;
     margin-bottom: 30px;
    font-size: 12pt;
    line-height: 25px;
    letter-spacing: 0.4px;
    cursor: pointer;
*/
}
}
.card:hover {
.card:hover {
      
      

Navigation menu