I have a pull request for the freecodecamp website. on learn.freecodecamp.org there is a search bar in the header see it here -> https://imgur.com/ViwYiis. this bar is to low. It doesn’t look good. Its a very simple fix like
margin-top: -.1em;
I’ve tried to clone the github repo of the fcc website but it’s kinda to big for my computer. Is there a way that I can clone only a part of the repo so I can submit a pull request with the change? I haven’t made a pull request before so apologize if this is a naive question.