From eee7df57ed89476ea056f269ed3d99a01d6f79e2 Mon Sep 17 00:00:00 2001 From: chiu Date: Tue, 31 Aug 2021 15:13:21 +0800 Subject: [PATCH] fix style --- assets/stylesheets/template/layout/content.scss | 3 --- assets/stylesheets/template/modules/member.scss | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) 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