team site float:left for text-align
This commit is contained in:
parent
89856dd0af
commit
fdf4280805
|
@ -282,7 +282,8 @@ section .team .item:nth-child(odd) {
|
||||||
section .team .item:nth-child(even) {
|
section .team .item:nth-child(even) {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
section .team .item img {
|
section .team .item img,
|
||||||
|
section img.alignleft {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0px 15px 0px 0px;
|
margin: 0px 15px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue