Add padding around gravatar in flyout-menu

This commit is contained in:
Guillaume AGNIERAY
2023-03-21 13:02:07 +01:00
parent 2e7e3ceb54
commit 188df5599e
2 changed files with 2 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ body {
&__avatar {
img.gravatar {
top: 0;
padding: 5px;
}
}

File diff suppressed because one or more lines are too long