(Squarespace) How to make Header Logo touch top/bottom of header

To make Header logo touch top/bottom of Header, from this.

image

To this.

image

You can use this code to Custom CSS.

div.header-announcement-bar-wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}