richpeck/exception_handler

View on GitHub
app/assets/stylesheets/styles/_responsive.css

Summary

Maintainability
Test Coverage
/* Responsive */
@media screen and (max-width: 950px) {
    html                 { background-size: cover !important; }
    .container .error    { width: 55% !important; }
}