Main Page.css: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 479: | Line 479: | ||
flex-direction: column; | flex-direction: column; | ||
margin: 0; | margin: 0; | ||
} | |||
.crw-card-grid{ | |||
display: grid !important; | |||
grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important; | |||
gap: 12px !important; | |||
max-width: 1500px; | |||
margin: 0 auto !important; | |||
padding: 0 !important; | |||
overflow: visible !important; | |||
} | |||
.crw-card-grid > p{ | |||
display: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
.crw-card-img pre{ | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
border: 0 !important; | |||
background: transparent !important; | |||
overflow: hidden !important; | |||
white-space: normal !important; | |||
} | } | ||