Fix image size

This commit is contained in:
Graham Triggs 2017-09-29 12:20:01 +01:00
parent 3849703867
commit dfc2c6b613

View file

@ -321,3 +321,7 @@ section#container div {
right: 0;
top: 0;
}
img.add-individual {
height: 15px;
width: 15px;
}