Sha256: ec50fb4707ae0ecd244ccb60365a495afcd3f04c530022317df2610f65bf7500

Contents?: true

Size: 367 Bytes

Versions: 1

Compression:

Stored size: 367 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.0.0 lib/intranet/resources/www/style.css