Sha256: cf7678d039cbae6aede54c4284aea3a7dc7595bb9f1985d2f73dcb39459f7ba2
Contents?: true
Size: 649 Bytes
Versions: 3
Compression:
Stored size: 649 Bytes
Contents
/* Table of Contents ================================================== #Placeholder #Media Queries */ /* #Placeholder ================================================== */ .placeholder { text-align: center; } .placeholder i { background: rgba(58,144,216,1); border-radius: 500px; color: rgba(255,255,255,1); font-size: 86px; padding: 20px 31px; } .placeholder-divider { background: rgba(236,238,241,1); border-radius: 500px; height: 8px; margin: 20px auto; width: 50%; } /* #Media Queries ================================================== */ @media only screen and (max-width: 767px) { .placeholder-divider { width: 75%; } }
Version data entries
3 entries across 3 versions & 1 rubygems