diff --git a/assets/stylesheets/template/modules/web_resource.scss b/assets/stylesheets/template/modules/web_resource.scss index 8d8e0ea..0d5e7f9 100644 --- a/assets/stylesheets/template/modules/web_resource.scss +++ b/assets/stylesheets/template/modules/web_resource.scss @@ -70,4 +70,17 @@ line-height: 2.5; } } +} + +.row{ + .index-link.index2 li.col-md-4 .link-img-wrap { + max-width: 10em; + height: 10.5em; + } + .index-link.index2 li.col-md-4 { + @media (max-width: 991px){ + min-width: 33%; + width: auto; + } + } } \ No newline at end of file