Skip to content

Commit 883aad3

Browse files
authored
Update header.html
1 parent 3e42c6e commit 883aad3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/PlumedToHTML/assets/header.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"info badges";
77
grid-template-columns: 90% 10%;
88
}
9-
.plumedpreheader img{
10-
max-width: 100%;
11-
display: inline-block;
12-
padding: 0px;
13-
margin: 0px;
14-
}
159
.plumedpreheader > div.headerInfo{
1610
grid-area: info;
1711
}
1812
.plumedpreheader > div.containerBadge{
1913
grid-area: badges;
2014
display: block;
2115
}
16+
.containerBadge img{
17+
max-width: 100%;
18+
display: inline-block;
19+
padding: 0px;
20+
margin: 0px;
21+
}
2222
pre.plumedlisting{
2323
width:97%;
2424
overflow: visible;

0 commit comments

Comments
 (0)