Sha256: e2d0c23a5e5864379d4d25751a527f63feb34796d45b69ca8b5386b721e4c48e
Contents?: true
Size: 326 Bytes
Versions: 15
Compression:
Stored size: 326 Bytes
Contents
--- --- @import "{{ site.theme }}"; div.grid { display: grid; grid-template-columns: 1fr 1fr; } @media only screen and (max-width: 768px) { div.grid { display: block; } } h3 { border-bottom: 1px solid lightgray; margin-top: 1em; margin-bottom: 1em; padding-bottom: 0.5em; } a i { margin: 5px; }
Version data entries
15 entries across 15 versions & 1 rubygems