How to add padding to top of header logo - brooklyn theme

i would like to add more padding to header logo - please review thank you

store url : https://7kingdomsbar.myshopify.com/

password : godgod24

@7kingodmsla

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
@media only screen and (min-width: 768px) {
.site-header__logo {
padding: 30px 0px;
}
}

It has worked however it has added more padding in the middle of logo and navigation links on header how to decrease this size and maintain the top padding same ? @KetanKumar

@7kingodmsla

yes, current as you like add value as you like

@KetanKumar i understand value , however how can make padding smaller from navigation header link to logo ?