aboutsummaryrefslogblamecommitdiff
path: root/themes/neonxp/assets/css/main.css
blob: 23daaddc7f0d541a0f4a5a1717d7597a8237ccd5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                 




                
            



                  
   










                     

            






                              

   
.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.p-summary {
  display: none;
}

.logo {
  height: 64px;
}

.print-footer {
  display: none;
}

@media print {
  .sidebar {
    display: none;
  }
  article {
    border: 0
  }
  article footer {
    display: none;
  }
  .container>header {
    display: none;
  }
  .container>footer {
    display: none;
  }
  .comments {
    display: none;
  }
  .h-entry {
    width: 100% !important;
  }
  .container {
    width: 100% !important;
  }
  .print-footer {
    display: block !important;
  }
}