feat(character-header): add guild link

This commit is contained in:
Axel Cocat 2022-02-26 13:41:39 +01:00
parent 6ebaccc020
commit 08bb89568d
3 changed files with 16 additions and 9 deletions

View file

@ -2,3 +2,7 @@ html {
/* Removes the vertical scrollbar caused by Bulma */
overflow-y: auto;
}
.char-name.title {
margin-bottom: 0px;
}