style: format code with Prettier

This commit fixes the style issues introduced in 8c02e38 according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-25 14:06:48 +00:00 committed by GitHub
parent 8c02e380d0
commit bfb109ad15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -27,12 +27,13 @@ body {
color: $light; color: $light;
} }
ul[role='list'], ul[role="list"],
ol[role='list'] { ol[role="list"] {
list-style: none; list-style: none;
} }
img, picture { img,
picture {
max-width: 100%; max-width: 100%;
display: block; display: block;
} }