You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is .featured-orgs has negative margin of 55px?
The intention was to show that there were lots and lots of government organizations on GitHub, and not just those featured. "So many they couldn't fit on the page"
Also why are these featured org avatars are stored in repo?
IIRC, it was a bandwidth consideration. There is no way to request a particular sized image using the [login].png route.
A follow up question:
Can I please delete images from git history as well? .git dir for this repo is just huge (21MB). There are many unused images in git history and assets/img/featured-orgs/* is only going to add up to that. I was having a slow internet day when I first cloned it and it took forever to complete.
Why is .featured-orgs has negative margin of 55px? Images are overflowing the screen because of it:
Also why are these featured org avatars are stored in repo? Why isn't it using something like (check src property):
Can I make above two changes?
The text was updated successfully, but these errors were encountered: