Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Nov 7, 2023
1 parent 35c4ae3 commit f86a2dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions _sass/components/_book-authors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@
grid-area: main;
}

> p {
max-width: 43ch;
}

> .book-author-icon {
grid-area: icon;
width: 6ch;
height: 6ch;
aspect-ratio: 1;
object-fit: cover;
clip-path: content-box circle(50%);
}
}
2 changes: 1 addition & 1 deletion _sass/components/_book-presenter.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.book-presenter {
font-size: 120%;
font-size: var(--font-size-lead);
display: grid;
grid-template-areas:
"cover"
Expand Down
4 changes: 2 additions & 2 deletions _sass/mixins/_blockflow.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
+ * {
margin-block-start: var(--block-flow, $width);

&:is(hr) {
&:is(hr, .full-width-rule) {
margin-block-start: var(--block-flow-md);
}
}
}

:where(& > hr + *) {
:where(& > :is(hr, .full-width-rule) + *) {
margin-block-start: var(--block-flow-md);
}

Expand Down

0 comments on commit f86a2dc

Please sign in to comment.