aboutsummaryrefslogblamecommitdiff
path: root/themes/neonxp/assets/css/main.css
blob: 89ab654171f0361d80cd449987970f82a6562967 (plain) (tree)
























                                              



                     
                      

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

.p-summary {
  display: none;
}

.logo {
  height: 64px;
}

@media (min-width: 1030px) {
  .single-page {
    display: flex;
    flex-direction: row;
    gap: var(--pico-block-spacing-horizontal);
  }
  .sidebar {
    min-width: 300px;
    height: auto;
  }
  .sidebar .toc {
    min-width: 300px;
  }
  .h-entry {
    width: 100%;
    max-width: 1130px;
  }
}