From 7d8cb81b2a935e98c3a2192015541fed32209695 Mon Sep 17 00:00:00 2001 From: parksb Date: Tue, 6 Oct 2020 16:12:08 +0900 Subject: [PATCH] fix: Change articles-list-item id to class --- app/src/scss/articles.scss | 4 ++-- app/templates/articles.ejs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/scss/articles.scss b/app/src/scss/articles.scss index f6c4dfa..e0358aa 100644 --- a/app/src/scss/articles.scss +++ b/app/src/scss/articles.scss @@ -44,7 +44,7 @@ } } -#articles-list-item { +.articles-list-item { display: block; margin-bottom: 50px; -} \ No newline at end of file +} diff --git a/app/templates/articles.ejs b/app/templates/articles.ejs index c38de6f..8fb237e 100644 --- a/app/templates/articles.ejs +++ b/app/templates/articles.ejs @@ -21,7 +21,7 @@