Commit e12ee379cfe08429886b662025a6258bdfa493c7

Authored by Dmitriy Zaporozhets
1 parent a10f917a

hide padding for first event row

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/events.scss
@@ -31,6 +31,10 @@ @@ -31,6 +31,10 @@
31 * 31 *
32 */ 32 */
33 .event-item { 33 .event-item {
  34 + &:first-child {
  35 + padding-top: 0;
  36 + }
  37 +
34 border-bottom: 1px solid #eee; 38 border-bottom: 1px solid #eee;
35 .event-title { 39 .event-title {
36 color: #333; 40 color: #333;