1
0
Fork 0

team site float:left for text-align

This commit is contained in:
root 2018-07-05 22:08:04 +02:00
parent 89856dd0af
commit fdf4280805
1 changed files with 2 additions and 1 deletions

View File

@ -282,7 +282,8 @@ section .team .item:nth-child(odd) {
section .team .item:nth-child(even) {
margin-right: 0;
}
section .team .item img {
section .team .item img,
section img.alignleft {
float: left;
margin: 0px 15px 0px 0px;
}