Sha256: 02a73b64f7ae54b98c5113f18aeffa91361feb7ecc8f685b647d60ead42a17c2

Contents?: true

Size: 1.1 KB

Versions: 23

Compression:

Stored size: 1.1 KB

Contents

footer {
    @extend header;
    color: white;
    a {
        color: white;
    }
}

footer > .wrapper {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    #footer-description {
        flex-basis: 50%;
    }
}

img#footer-gravatar {
    margin-top: 1em;
    clip-path: circle();
    width: 100px;
}

.social-media-list {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 0;
    img {
        width: 4em;
    }

    li {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
}

#build-time {
    font-family: monospace;
    font-size:x-small;
    display: flex;
    justify-content: center;
    color: lighten($brand-color, 40%);
}

@include media-query($on-palm) {
    #footer-description,
    #footer-gravatar,
    #atom {
        display: none;
    }

    #license {
        font-size: xx-small;
        text-align: center;
    }
}

#footer-extra {
    display: flex;
    justify-content: space-between;
    @include media-query($on-palm) {
        justify-content: center;
    }
}

#atom {
    img {
       width: 3em;
    }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
jekyll-theme-mehdix-rtl-4.0.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-4.0.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-3.2.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-3.1.2 _sass/_footer.scss
jekyll-theme-mehdix-rtl-3.1.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-3.1.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-3.0.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-3.0.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.5.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.5.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.4.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.4.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.3.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.2.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.2.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.1.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.0.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-2.0.0 _sass/_footer.scss
jekyll-theme-mehdix-rtl-1.2.1 _sass/_footer.scss
jekyll-theme-mehdix-rtl-1.2.0 _sass/_footer.scss