Skip to content

Commit

Permalink
Update custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
8bitgentleman committed Mar 23, 2024
1 parent f91752f commit 46e3ddf
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -464,11 +464,21 @@ circle[id^="tags/"] {
// make sidebar vertical on small screens
@media only screen and (max-width: 780px) {
.page > #quartz-body .sidebar {
flex-direction: column;
// flex-direction: column;
}
}

// tag page
li.section-li > .section {
grid-template-columns: 6em 1fr 3fr;
}
@media only screen and (min-width: 780px) {
.page>#quartz-body .sidebar.left{
flex-direction: inherit !important;
flex-wrap: wrap;
justify-content: flex-end;
}
.page-title{
width: 100%;
}
}

0 comments on commit 46e3ddf

Please sign in to comment.