From 5baf9fb48ae0998961d10b565595a1499f86b31f Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sun, 4 Apr 2021 18:24:00 -0400 Subject: [PATCH] fix image positioning: homepage, tablet --- assets/scss/_tablet.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/_tablet.scss b/assets/scss/_tablet.scss index b368d54494..58149a7dc2 100644 --- a/assets/scss/_tablet.scss +++ b/assets/scss/_tablet.scss @@ -77,7 +77,6 @@ $feature-box-div-width: 45%; position: relative; clear: both; display: table; - height: 160px; .content { display: table-cell; @@ -124,6 +123,7 @@ $feature-box-div-width: 45%; position: relative; display: block; float: none; + text-align: center; max-width: 100%; transform: none; }