Skip to content

Commit 44db0e0

Browse files
authored
Merge pull request #16 from Iximiel/patch-2
Solving the huge border in badges in the new manual
2 parents 5caa76c + 883aad3 commit 44db0e0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/PlumedToHTML/assets/header.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@
88
}
99
.plumedpreheader > div.headerInfo{
1010
grid-area: info;
11-
1211
}
1312
.plumedpreheader > div.containerBadge{
1413
grid-area: badges;
1514
display: block;
1615
}
16+
.containerBadge img{
17+
max-width: 100%;
18+
display: inline-block;
19+
padding: 0px;
20+
margin: 0px;
21+
}
1722
pre.plumedlisting{
1823
width:97%;
1924
overflow: visible;

0 commit comments

Comments
 (0)