ging/social_stream

View on GitHub
presence/app/assets/stylesheets/social_stream/responsive/_responsive-767px-max.css.sass

Summary

Maintainability
Test Coverage
//
// Responsive: Landscape phone to desktop/tablet
// --------------------------------------------------


@media (max-width: 767px)

  .ui-chatbox
    @include grid-core-span(3, $fluidGridColumnWidth, $fluidGridGutterWidth)

// UP TO LANDSCAPE PHONE
// ---------------------

@media (max-width: 480px)