We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7e992 commit 5dcbeefCopy full SHA for 5dcbeef
1 file changed
_includes/researchmap.html
@@ -44,7 +44,7 @@
44
}
45
46
/* Small image inside tooltip */
47
-.tooltip img { max-width: 100%; border-radius: 6px; margin-bottom: 6px; max-height: 80px; height: auto; width: auto; } /* width was 100%, I added max-height */
+.tooltip img { max-width: 100%; border-radius: 6px; margin-bottom: 6px; max-height: 80px; height: auto; width: auto; margin-left: auto; margin-right: auto; } /* width was 100%, I added max-height */
48
.tooltip h3 { margin: 0 0 4px; font-size: 14px; color: #343131; }
49
.tooltip p { margin: 0; font-size: 12px; color: #666; }
50
0 commit comments