Skip to content

Commit

Permalink
🍱 Improve inline detailbox styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Dec 4, 2024
1 parent 59a9cbc commit b75aa01
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions frontend/styles/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ $blog-standout-width: 72rem;
}

.inline_detailbox--content {
display: flex
display: flex;
flex-direction: column;
margin-bottom: 1rem;

}
}

Expand Down Expand Up @@ -205,12 +208,12 @@ aside.article-banner {
}

.inline_detailbox > .inline_detailbox--title::after {
content: " βŠ•";
content: "βŠ•";
}


.inline_detailbox[expanded] > .inline_detailbox--title::after {
content: " βŠ–";
content: "βŠ–";
}

.inline_detailbox {
Expand Down

0 comments on commit b75aa01

Please sign in to comment.