Fix margin

Fix unexpected margin
This commit is contained in:
danieldegroot2 2022-09-22 17:46:32 +02:00 committed by GitHub
parent 507c840db3
commit 6e7fbc9a87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1128,7 +1128,7 @@ tr.turn:hover {
min-width: 200px;
p {
padding: 0 0 5px 0;
margin-top: 0 0 0 60px;
margin: 0 0 0 60px;
font-size: 12px;
}
}