blob: 98930b7d348579a68bb0f498c7f2fe24dbb5d916 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
.hovercard {
margin-top: 1.5rem;
background-color: white;
border: 1px solid lightslategrey;
border-radius: 10px;
position: absolute;
padding: 10px;
max-width: 40%;
}
|