Compare commits
2 Commits
095b7f597a
...
fbe4dfc667
Author | SHA1 | Date |
---|---|---|
ray | fbe4dfc667 | |
ray | e83f9be636 |
|
@ -8,7 +8,7 @@ draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
**Flow Model Management** is a fictitious modelling agency.
|
**Flow Model Management** is a fictitious modelling agency.
|
||||||
They were created solely for the purpose of giving me an excuse to create their [website](https://flowmm.rayelliott.dev).
|
They were created solely for the purpose of giving me a reason to create their [website](https://flowmm.rayelliott.dev).
|
||||||
|
|
||||||
However, despite being imaginary, the owners of Flow Model Management felt that it was about time their business should have an internet presence.
|
However, despite being imaginary, the owners of Flow Model Management felt that it was about time their business should have an internet presence.
|
||||||
|
|
||||||
|
|
|
@ -181,7 +181,6 @@ body.colorscheme-dark .avatar img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.cheat-october-list + ul > li > p:first-child::before {
|
.cheat-october-list + ul > li > p:first-child::before {
|
||||||
/* list-style-image: url(/images/logos/october-icon.png); */
|
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -191,5 +190,5 @@ body.colorscheme-dark .avatar img {
|
||||||
right: 0;
|
right: 0;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(/images/logos/october-icon.png);
|
background-image: url(../images/logos/october-icon.png);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue