Commit 2c29102b authored by Phil Hughes's avatar Phil Hughes

Removes random border on event items on mobile

It was taking up space when it didn't really need to be taking up space
parent d4154195
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
.event-item { .event-item {
padding-left: $gl-padding; padding-left: 0;
.event-title { .event-title {
white-space: normal; white-space: normal;
...@@ -169,8 +169,7 @@ ...@@ -169,8 +169,7 @@
.event-body { .event-body {
margin: 0; margin: 0;
border-left: 2px solid $events-body-border; padding-left: 0;
padding-left: 10px;
} }
.event-item-timestamp { .event-item-timestamp {
......
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