Skip to content

Commit

Permalink
Adjust custom style for new responsive design grid
Browse files Browse the repository at this point in the history
The layout code has been changed upstream, so I need to adjust my
customizations to minimize rendering issues. Any customization I can
minimize, the better.

See:
- jackyzha0/quartz#1354
- https://quartz.jzhao.xyz/layout
  • Loading branch information
elasticdog committed Nov 26, 2024
1 parent 864bc45 commit 8631666
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions quartz/styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ div.center {
font-style: italic;
}

> hr:last-of-type {
margin-left: 5em;
width: auto;

@media all and ($mobile) {
margin-left: 0em;
}
}

p {
line-height: 1.8rem;
}
Expand All @@ -32,14 +23,6 @@ a.external .external-icon > path {

li {
margin-bottom: 0.6rem;

& div.folder-outer {
margin-bottom: -0.6rem;
}
}

.sidebar {
margin-bottom: 3em;
}

.sidebar li,
Expand All @@ -58,7 +41,6 @@ footer {
height: 6em;
font-size: 0.9rem;
margin-bottom: 0.8em;
margin-top: -3em;
padding-top: 1.25em;
padding-bottom: 1em;
opacity: 0.9;
Expand Down

0 comments on commit 8631666

Please sign in to comment.