Commit c30aecb9 authored by Raniere Silva's avatar Raniere Silva
Browse files

Shrink the font size for print version

parent d97de7ef
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -306,6 +306,27 @@ ul.checklist {

/* Printing */
@media print {
  h1 {
    font-size: 16pt;
    line-height: 18pt;
  }

  h2,h3,h4,h5,h6 {
    font-size: 12pt;
    line-height: 13pt;
  }

  p,ul,ol,li,pre,code {
    font-size: 8pt;
    line-height: 9pt;
  }

  code {
    padding: 0px;
    border: 0px;
    background: none;
  }

  #github-ribbon {
    display: none;
  }