Skip to content

Instantly share code, notes, and snippets.

View sheiksalahudeen's full-sized avatar

Sheik Salahudeen sheiksalahudeen

  • Troy, Michigan
View GitHub Profile
@sheiksalahudeen
sheiksalahudeen / gist:e3d086fcb8d1d75b25a65825271f8e00
Created October 24, 2016 02:25 — forked from donnierayjones/LICENSE
Render Bootstrap as "small" layout when printing
@media print {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}