mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-01-14 10:35:14 +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
|
@ -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…
Reference in a new issue