update board

This commit is contained in:
Simon Vieille 2022-10-26 21:52:32 +02:00
parent f4cfee7ef4
commit 258bf92f28
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -7,9 +7,21 @@
*/
#profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image {
background: none;
background: none;
}
#profile-avatar img, .user.profile > .ui > .ui > .ui > .ui.card > .image img {
border-radius: 100% 100% 100% 0;
border-radius: 100% 100% 100% 0;
}
.board {
flex-wrap: wrap;
}
.board-column:first-child {
margin-left: 0;
}
.board-column {
margin-bottom: .5rem;
}