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
|
@ -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…
Add table
Add a link
Reference in a new issue