[Usage Counts | Trunk]: Fix about workflows img

This commit is contained in:
k.triantafyllou 2020-10-12 13:14:58 +00:00
parent 0d00a99805
commit cddedeeada
1 changed files with 4 additions and 1 deletions

View File

@ -72,10 +72,13 @@
}
}
.workflows img {
align-self: start;
}
@media only screen and (min-width: 1200px) {
.workflows img {
margin-left: -10%;
align-self: start;
}
}