microsoft / dstoolkit-web

Repository for the Data Science Toolkit website
MIT License
8 stars 1 forks source link

Re-size the Toolkit 'cards' to be the same size #128

Open WillieAhlers1 opened 2 years ago

WillieAhlers1 commented 2 years ago

Make changes to the content.css file as follows: .toolkit-card-title { margin-top: 20px; font-weight: 600; font-size: 18px; /Reduced font-size to allow for two line Card Titles / padding-left: 30px; padding-right: 30px; height: 20px; /Set a fixed height to keep cards the same size / }

.toolkit-card-content { font-weight: 600; font-size: 14px; color: #0078d4; padding: 15px; height:100px; /Set a fixed height to keep cards the same size /

}