diff --git a/assets/stylesheets/template/modules/member.scss b/assets/stylesheets/template/modules/member.scss index 689c942..6ace754 100644 --- a/assets/stylesheets/template/modules/member.scss +++ b/assets/stylesheets/template/modules/member.scss @@ -423,4 +423,9 @@ th{ width: 10%; } + @media (max-width: 768px){ + .i-member-pic-wrap{ + width: 70%; + } + } } \ No newline at end of file