frontend: remove main nav button margins

This commit is contained in:
Alice Gaudon 2020-11-04 10:55:47 +01:00
parent 95e3208096
commit 4acc2cbccf
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@ body > header {
line-height: 16px;
}
}
button {
margin: 0;
}
}
}
}