MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 790: Line 790:
   box-sizing: border-box;
   box-sizing: border-box;
   border-bottom: 1px solid black; /* Only bottom border */
   border-bottom: 1px solid black; /* Only bottom border */
   height: fit-content;
   height: 200px; /* Fixed height for each card */
  overflow: hidden; /* Hide overflow content */
   padding: 5px 7px 2px 7px;
   padding: 5px 7px 2px 7px;
   margin-bottom: 1px; /* Creates space for the top border of the card in the next row */
   margin-bottom: 1px; /* Space for top border of the card in the next row */
   font-size: 12pt;
   font-size: 12pt;
   line-height: 25px;
   line-height: 25px;

Navigation menu