Commit e12ee379 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

hide padding for first event row

parent a10f917a
......@@ -31,6 +31,10 @@
*
*/
.event-item {
&:first-child {
padding-top: 0;
}
border-bottom: 1px solid #eee;
.event-title {
color: #333;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment