Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
genis-cats committed Mar 11, 2024
1 parent e6e79c6 commit e744aaa
Showing 1 changed file with 38 additions and 13 deletions.
51 changes: 38 additions & 13 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,39 @@
// Print-only styles.
@media print {
.side-bar,
.page-header {
display: none;
}
.main-content {
max-width: auto;
margin: 1em;
}
.h2 {
font-size: 999px;
}
}

.site-footer,
.site-button,
#edit-this-page,
#back-to-top,
.site-nav,
.main-header {
display: none !important;
}

.side-bar {
width: 33%;
height: auto;
border-right: 0 !important;
}

.site-header {
border-bottom: 1px solid $border-color;
}

.site-title {
font-size: 1rem !important;
font-weight: 700 !important;
}

.text-small {
font-size: 8pt !important;
}

pre.highlight {
border: 1px solid $border-color;
}

.main {
max-width: none;
margin-left: 0;
}
}

0 comments on commit e744aaa

Please sign in to comment.