4,554
edits
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: | 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; /* | 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; |