mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-06-29 05:16:18 +00:00
Merge pull request #7 from Fluffy-Bean/deepsource-transform-38910cbd
style: format code with Prettier
This commit is contained in:
commit
3acfb73ce8
2 changed files with 5 additions and 4 deletions
|
@ -107,4 +107,4 @@ class Article(models.Model):
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.title
|
return self.title
|
||||||
```
|
```
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue