NGI award logo

This commit is contained in:
yflory
2018-11-14 16:51:50 +01:00
parent 67f3eb40a9
commit 434d557444
3 changed files with 22 additions and 8 deletions

View File

@@ -216,12 +216,18 @@
flex-flow: column;
justify-content: space-evenly;
}
img {
.cp-img-container {
display: flex;
}
img, a.img {
margin: auto;
max-width: 70%;
background: white;
max-height: 50px;
margin-top: 1em;
&.agpl {
max-height: 50px;
}
&.ngi {
max-height: 100px;
}
}
}