Dawn theme, add space between header icons

Hi,

I successfuly modified the icons of my header to make them bigger but they are now overlalpping each other .

Is there a way to add more space between them?

I tried to add that to the base.css:

.header__icons svg {
margin-left:20px;
}

but it’s only remodifying the size of the icons.

Thanks in advance

Hi @AlFa741

Please try adding this code instead at the bottom of the base.css file:

.header__icons a.header__icon {
margin-left:20px;
}