Merge pull request #7 from Fluffy-Bean/deepsource-transform-38910cbd

style: format code with Prettier
This commit is contained in:
Michał 2024-05-25 15:07:44 +01:00 committed by GitHub
commit 3acfb73ce8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View file

@ -107,4 +107,4 @@ class Article(models.Model):
def __str__(self):
return self.title
```
```

View file

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