Skip to content

Commit

Permalink
hotfix(index.css): fix missing closing block
Browse files Browse the repository at this point in the history
  • Loading branch information
Dindonneau committed Jul 1, 2024
1 parent 5d26ebe commit 6166955
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,16 @@

&.highlight {
.link-tool {
&&__content {
&__content {
flex-direction: column;
}

&&__image {
flex-direction: column;
width: 100%;
height: auto;
aspect-ratio: 4/3;
&__image {
flex-direction: column;
width: 100%;
height: auto;
aspect-ratio: 4/3;
}
}
}
}
Expand Down

0 comments on commit 6166955

Please sign in to comment.