I want to make a pull request

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.

You don’t need to clone the repo, just find the file to edit at https://github.com/freeCodeCamp/freeCodeCamp and there should be a pencil icon somewhere. Click on it, fill out the fields, and create the pull request at the end. :slight_smile:

nice, the current local version is looking impressive!