hlxsites / mammotome

Franklin site for https://www.mammotome.com/
https://www.mammotome.com/
Apache License 2.0
1 stars 5 forks source link

Spacing between hamburger and search symbol #495

Closed Acidham closed 1 year ago

Acidham commented 1 year ago

The search symbol needs to be more right aligned to increase space between the hamburger and search symbol

Screenshot 2023-07-18 at 07 21 26

to:

Screenshot 2023-07-18 at 07 21 09

Option:

header nav .icon-search {
    position: absolute;
    right: 30px; → 18px
}