From fdf428080581e01b1b304d242574067ab71d1279 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Jul 2018 22:08:04 +0200 Subject: [PATCH] team site float:left for text-align --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index ee853b1..a20f794 100644 --- a/style.css +++ b/style.css @@ -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; }