Sha256: 1b5493cc86e66acdb35e4f37b8daf8ea2a4456500002f8ba0717ffd6dde7606c

Contents?: true

Size: 382 Bytes

Versions: 2

Compression:

Stored size: 382 Bytes

Contents

.logo
    display: flex
    justify-content: center
    

    img
        max-width: 50vw
        position: relative
        transform: scale(1)
        transition: transform .2s 0s

    img:hover
        transform: scale(1.04)

    @include media-query('md')
        width: fit-content
        display: block
        img
            max-width: 20vw
            // margin-bottom: 2%

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
frame9-jekyll-theme-1.1.0 _sass/block/logo.sass
frame9-jekyll-theme-1.0.0 _sass/block/logo.sass