From 4983a26ae51c7a4a9047778b5a86a63c893bfcde Mon Sep 17 00:00:00 2001 From: chiu Date: Wed, 1 Sep 2021 10:56:03 +0000 Subject: [PATCH] fix style --- app/assets/stylesheets/web_resources_front.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/web_resources_front.css.scss b/app/assets/stylesheets/web_resources_front.css.scss index 73c611f..7bf7071 100644 --- a/app/assets/stylesheets/web_resources_front.css.scss +++ b/app/assets/stylesheets/web_resources_front.css.scss @@ -3,7 +3,7 @@ // You can use Sass (SCSS) here: http://sass-lang.com/ .index-link{ .link-img-wrap { - display: inline-table; + display: inline-block; width: 30%; @media (max-width: 768px){ width: 50%; @@ -44,4 +44,4 @@ width: auto; } } -} \ No newline at end of file +}