File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272.cards { flex : 1 ; display : grid; grid-template-columns : repeat (auto-fill, minmax (340px , 1fr )); gap : 18px ; }
7373.card { background : var (--card-bg ); border : 1px solid var (--border ); border-radius : var (--radius ); box-shadow : var (--shadow ); overflow : hidden; display : flex; flex-direction : column; transition : box-shadow .2s , transform .15s ; }
7474.card : hover { box-shadow : var (--shadow-lg ); transform : translateY (-2px ); }
75- .card-thumb { width : 100% ; height : 180 px ; object-fit : cover ; background : # e2e6ea ; display : block; }
75+ .card-thumb { width : 100% ; height : auto ; background : # e2e6ea ; display : block; }
7676.card-body { padding : 14px 16px 16px ; flex : 1 ; display : flex; flex-direction : column; }
7777.card-title { font-size : 1rem ; font-weight : 700 ; color : var (--primary ); text-decoration : none; line-height : 1.3 ; display : block; margin-bottom : 4px ; }
7878.card-title : hover { text-decoration : underline; }
You can’t perform that action at this time.
0 commit comments