diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 16b3afa..e1481b4 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -558,9 +558,6 @@ right: 0; } } - .layout-content{ - margin-top: 5em; - } } @media(max-width:768px){ .pagerow{ diff --git a/assets/stylesheets/template/modules/member.scss b/assets/stylesheets/template/modules/member.scss index 2eee049..734b128 100644 --- a/assets/stylesheets/template/modules/member.scss +++ b/assets/stylesheets/template/modules/member.scss @@ -412,4 +412,7 @@ .i-member-profile-data-wrap.col-sm-9 { width: 100%; } +} +.index-member-2-1 .i-member-item.row:not(:first-child) { + padding-top: 2em; } \ No newline at end of file