1715labs / 1715labs-pfe

Modified version of PFE for use with paid crowds
1715labs-pfe.vercel.app
Apache License 2.0
0 stars 0 forks source link

Tutorial header images should be centred #67

Open tingard opened 2 years ago

tingard commented 2 years ago

It'd be nice to have the tutorial header images centred in the window, this seems to be pretty easy by changing this section of the CSS to

.media-card-header
    display: flex;
    justify-content: center;