mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-26 17:36:12 +00:00
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:
parent
8c02e380d0
commit
bfb109ad15
|
@ -107,4 +107,4 @@ class Article(models.Model):
|
|||
|
||||
def __str__(self):
|
||||
return self.title
|
||||
```
|
||||
```
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue