From c51f46de5a4293640128e53c773b8dca90bb1fd0 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 29 Jul 2019 16:05:34 -0400 Subject: [PATCH] adjusted display of product thumbnail images --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 7018a39..8f40689 100644 --- a/css/style.css +++ b/css/style.css @@ -120,12 +120,16 @@ a { transition: 0.3s; } } .ryf-list .field--type-image { - width: 100%; + width: 150px; height: 150px; background: #fff; border-radius: 10px; display: flex; - justify-content: center; + align-items: center; +} + +.ryf-list .field--name-field-image { + margin: 0 auto; } .ryf-list img { -- 1.9.1