Sha256: c468f35e729428d5cf67c45fcf0916659cbba7812042c684a21eb739d3d35ad4
Contents?: true
Size: 1018 Bytes
Versions: 3
Compression:
Stored size: 1018 Bytes
Contents
/* # ----------------------------------------------------------------------------- # ~/assets/themes/j1/modules/justified_gallery/css/theme/uno.css # Provides JustifiedGallery styles for Theme Uno # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- */ /* Gallery title */ .jg-gallery-title { /* color: #424242; */ line-height: 1.25rem; font-size: 1.125rem; font-weight: 500; margin-bottom: .5rem; } .justified-gallery img.img-overlay { height: 64px; width: 64px; bottom: 0; left: 50%; margin-left: -35px; margin-top: -35px; position: absolute; right: 0; top: 50%; -webkit-transition: background-color 0.15s ease 0s; -o-transition: background-color 0.15s ease 0s; transition: background-color 0.15s ease 0s; }
Version data entries
3 entries across 3 versions & 1 rubygems