Compare commits
No commits in common. "fbe4dfc667c3250eb5f09f1107f5023e61d0ef7a" and "095b7f597a30ecbfe64e8fbfbe186a132da71644" have entirely different histories.
fbe4dfc667
...
095b7f597a
|
@ -8,7 +8,7 @@ draft: false
|
|||
---
|
||||
|
||||
**Flow Model Management** is a fictitious modelling agency.
|
||||
They were created solely for the purpose of giving me a reason to create their [website](https://flowmm.rayelliott.dev).
|
||||
They were created solely for the purpose of giving me an excuse 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.
|
||||
|
||||
|
|
|
@ -181,6 +181,7 @@ body.colorscheme-dark .avatar img {
|
|||
}
|
||||
|
||||
.cheat-october-list + ul > li > p:first-child::before {
|
||||
/* list-style-image: url(/images/logos/october-icon.png); */
|
||||
content: "";
|
||||
position: absolute;
|
||||
display: block;
|
||||
|
@ -190,5 +191,5 @@ body.colorscheme-dark .avatar img {
|
|||
right: 0;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-image: url(../images/logos/october-icon.png);
|
||||
background-image: url(/images/logos/october-icon.png);
|
||||
}
|
||||
|
|
Reference in New Issue