(Squarespace) How to make burger icon higher

To make burger icon higher, you can use this code to Custom CSS.
If it doesn’t work, you can email or message me.

div.header-burger {
    position: relative;
    top: -10px;
}