ResistanceCalendar / resistance-calendar-frontend

A central listing of upcoming progressive events
https://resistance-calendar-staging.herokuapp.com/
MIT License
7 stars 8 forks source link

event details page responsive CSS work, added component and mixins #71

Closed dorono closed 7 years ago

dorono commented 7 years ago

NOTE: I put in a mixin to easily handle the breakpoints, like this:

  .right
    font-size: 0.8em
    display: flex
    flex-flow: row wrap

    @include breakpoint(md)
      flex: 1
      align-self: flex-start

After working on some projects with super-complex responsive behavior in the past, I've found it easier to keep the media-queries alongside the rest of the styles so you're not jumping all over the file to debug. Hopefully nobody minds this, and ideally, it will be useful.

I was able to get the arrow added to the popover, but it still needs the shadow added to the arrow part, but for now, I think it's worth merging in and coming back to if necessary.

screen shot 2017-03-31 at 4 53 33 pm screen shot 2017-03-31 at 4 52 58 pm screen shot 2017-03-31 at 5 01 27 pm