Sha256: 41a7b854d65bbbcab0c3bd1d206f07367fdff920fd507fdd965f019c93d8665c
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
/** * pandoc/style.css * Design for the Pandoc module of the IntraNet. */ figure { max-width: 75%; margin: 3em auto; /* top/bottom sides */ text-align: center; } figure img, p img { max-width: 100%; } /* Mobile devices only */ @media only screen and (max-width: 600px), only screen and (max-device-width: 600px) { figure { max-width: 85%; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
intranet-pandoc-1.1.0 | lib/intranet/resources/www/style.css |