Skip to content

Commit

Permalink
long text sign
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Aug 12, 2023
1 parent 5c02792 commit fcffaa1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/components/reading.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,14 @@

.rd-item-link {
display: flex;
flex-direction: column;
gap: var(--spacing-04);
height: inherit;

@media (--tablet) {
flex-direction: row;
}

&:hover {
.rd-item-icon {
opacity: 1;
Expand All @@ -55,6 +60,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
word-break: break-word;
}

.rd-item-title {
Expand Down

0 comments on commit fcffaa1

Please sign in to comment.