fix: minor graphic fixes

This commit is contained in:
Domingo Dirutigliano
2024-06-28 18:03:15 +02:00
parent 111526a918
commit 74b689600b
6 changed files with 39 additions and 8 deletions

View File

@@ -15,4 +15,10 @@
margin-right: 10px;
margin-bottom: 13px;
color:#FFF;
max-width: 300px;
overflow: hidden;
}
.name:hover{
overflow: auto;
transition: 0.1s;
}