Skip to content

Commit

Permalink
Update _catalogue.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
antnb authored Feb 15, 2024
1 parent 0305b11 commit b191bad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _sass/tale/_catalogue.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
border-bottom: 1px solid $grey-2;
color: $default-color;
display: block;
overflow-wrap: break-word;
padding: 2rem 0;

&:hover .catalogue-line,
Expand Down Expand Up @@ -31,14 +32,15 @@
color: $default-shade;
display: block;
font-family: $sans-serif;
font-size: 2rem;
font-size: 1rem;
font-weight: 700;
margin: .5rem 0;
}

&-line {
@include transition(all .3s ease-out);
border-top: .2rem solid $default-shade;
overflow-wrap: break-word;
display: block;
width: 2rem;
}
Expand Down

0 comments on commit b191bad

Please sign in to comment.