diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 253347d..2e658a3 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -31,6 +31,10 @@ * */ .event-item { + &:first-child { + padding-top: 0; + } + border-bottom: 1px solid #eee; .event-title { color: #333; -- libgit2 0.21.2