Add Sign-Up/in To Navbar

I'm only going to have the content available to people that are logged in so I added a "my account" to the header but it adds a lot of padding. I inspected all of the elements and removed all of the padding and margins but it still adds a lot of spacing.

Is their a way to add a sign up/in without having all of the padding and margins?

https://imgur.com/aw9ORMT

Create your own links (anchor tags or buttons)...

Login = href="{"auth.login_form"|fn_url}"

Register = href={"profiles.add"|fn_url}"

Style or make as buttons as you like.

Please share or PM URL of your website