Sha256: 2ce40c6f3afde6bbcd43ff5095bd800d3441a4c95d4426917641c3d3422506b0
Contents?: true
Size: 1.76 KB
Versions: 3
Compression:
Stored size: 1.76 KB
Contents
// These are some extra responsive styles for the site #clip_profiles { .span4 { &:nth-child(3n+4){ clear:both; } } } #people_with_images { .span2{ &:nth-child(6n+7){ clear:both; } } } @media (max-width: 768px) and (orientation: portrait) { #kinney_people_show { #image_top_pick { float: none; } } } // #clip_profiles, #people { // .span4 { // &:nth-child(4), &:nth-child(7), &:nth-child(10), &:nth-child(13){ // clear:both; // } // } // .span3 { // &:nth-child(5), &:nth-child(9), &:nth-child(13), &:nth-child(17){ // clear:both; // } // } // } // @media (max-width: 768px) { // #clip_profiles, #people { // .span4 { // &:nth-child(3), &:nth-child(6), &:nth-child(9), &:nth-child(12){ // clear:both; // } // &:nth-child(4), &:nth-child(7), &:nth-child(10), &:nth-child(13){ // clear:none; // } // } // .span3 { // &:nth-child(4), &:nth-child(7), &:nth-child(10), &:nth-child(13){ // clear:both; // } // &:nth-child(5), &:nth-child(9), &:nth-child(13), &:nth-child(17){ // clear:none; // } // } // } // } // @media (max-width: 768px) and (orientation: portrait) { // #clip_profiles, #people { // .span4 { // &:nth-child(4), &:nth-child(7), &:nth-child(10), &:nth-child(13){ // clear:both; // } // &:nth-child(3), &:nth-child(6), &:nth-child(9), &:nth-child(12){ // clear:none; // } // } // .span3 { // &:nth-child(5), &:nth-child(9), &:nth-child(13), &:nth-child(17){ // clear:both; // } // &:nth-child(4), &:nth-child(7), &:nth-child(10), &:nth-child(13){ // clear:none; // } // } // } // }
Version data entries
3 entries across 3 versions & 1 rubygems