Sha256: 866c86fce98006b2bd95c09f9898d22b84f12692dd08ab53b79825aa8fc1a71b

Contents?: true

Size: 368 Bytes

Versions: 1

Compression:

Stored size: 368 Bytes

Contents

$header-height: 5.6rem;
$footer-height: 14.65rem;

html, body {
    height: 100%;
}

main {
    min-height: 100%;
    margin-top: -$header-height;
    margin-bottom: -$footer-height;

    &:before, &:after {
        content: '';
        display: block;
    }

    &:before {
        height: $header-height;
    }

    &:after {
        height: $footer-height;
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nokcode-theme-0.1.0 _sass/nokcode/_sticky-footer.scss