Sha256: 9ff831743a3e2808db2634840203fd8d975083dcd0898b7c8f7e286b275eedcb

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
  background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    padding: 100px 0;
}

.image-bg-fixed-height {
  background: url('http://lorempixel.com/g/1920/500/') no-repeat center center scroll;
    height: 450px;
}

.img-center {
  margin: 0 auto;
}

section {
    padding: 75px 0;
}

.section-heading {
    margin: 30px 0;
    font-size: 4em;
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    margin: 50px 0;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .section-heading {
        font-size: 2em;
    }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rails_apps_pages-0.6.7 lib/generators/theme/full_width_pics/templates/full-width-pics.css
rails_apps_pages-0.6.6 lib/generators/theme/full_width_pics/templates/full-width-pics.css
rails_apps_pages-0.6.5 lib/generators/theme/full_width_pics/templates/full-width-pics.css
rails_apps_pages-0.6.4 lib/generators/theme/full_width_pics/templates/full-width-pics.css
rails_apps_pages-0.6.3 lib/generators/theme/full_width_pics/templates/full-width-pics.css
rails_apps_pages-0.6.2 lib/generators/theme/full_width_pics/templates/full-width-pics.css