This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // assume a function retrieves data from the repositories and leaves us with a 2-dimensional array | |
| // the size of the number of the repositories, and each repository's array containing | |
| // key value paired objects of the byte size and name of the language | |
| // repositories: | |
| // [ | |
| // [ | |
| // { | |
| // name: 'CSS', | |
| // size: 2000 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cards-marketing { | |
| display: -ms-flexbox; | |
| display: flex; | |
| -ms-flex-pack: center; | |
| justify-content: center; | |
| -ms-flex-wrap: wrap; | |
| flex-wrap: wrap; | |
| padding: 0 0.75rem; | |
| max-width: calc(640px - 1.5rem); | |
| margin: 0 auto; } |
NewerOlder