shorten text

This commit is contained in:
André Weller
2019-05-16 12:26:38 +02:00
parent afbb171844
commit d82657ec61
2 changed files with 2 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ export default {
? 'card--active'
: ''
}
return ''
}
},
}

View File

@@ -50,7 +50,7 @@ export default {
},
{
title: 'A complete guide to flexbox',
desc: 'A comprehensive guide to flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elemends (the flex items). It also includes history, demos, patterns and a browser support chart. By css-tricks.com',
desc: 'A comprehensive guide to flexbox, focusing on all the different possible properties for the parent element (the flex container).',
url: 'https://css-tricks.com/snippets/css/a-guide-to-flexbox/'
},
{