Sha256: 983b9c31bd4856cf0f30eae2b61e17fcaf8f929dfe9c50696bac674bce750b35
Contents?: true
Size: 789 Bytes
Versions: 9
Compression:
Stored size: 789 Bytes
Contents
<style> .backurl{ background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/img/blogheads/{{ page.blogtitlepic }}.jpg);} @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx) { .backurl{background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/img/blogheads/{{ page.blogtitlepic }}@2x.jpg);}} </style> <section class="blogtitlepic container-fluid backurl"> <h1>{{page.title}}</h1> </section>
Version data entries
9 entries across 9 versions & 1 rubygems