We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5caa76c + 883aad3 commit 44db0e0Copy full SHA for 44db0e0
1 file changed
src/PlumedToHTML/assets/header.html
@@ -8,12 +8,17 @@
8
}
9
.plumedpreheader > div.headerInfo{
10
grid-area: info;
11
-
12
13
.plumedpreheader > div.containerBadge{
14
grid-area: badges;
15
display: block;
16
+.containerBadge img{
17
+ max-width: 100%;
18
+ display: inline-block;
19
+ padding: 0px;
20
+ margin: 0px;
21
+}
22
pre.plumedlisting{
23
width:97%;
24
overflow: visible;
0 commit comments