Adding some portfolio pages.
This commit is contained in:
parent
fbeafe116a
commit
8682c67a8b
11 changed files with 171 additions and 2 deletions
BIN
docs/src/mambu-cli-1638x1355.jpg
Normal file
BIN
docs/src/mambu-cli-1638x1355.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
BIN
docs/src/mpo-complex-process-2355x1237.png
Normal file
BIN
docs/src/mpo-complex-process-2355x1237.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 357 KiB |
BIN
docs/src/spread-docs-v1-3024x1890.png
Normal file
BIN
docs/src/spread-docs-v1-3024x1890.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 364 KiB |
BIN
docs/src/spread-docs-v2-3024x1890.png
Normal file
BIN
docs/src/spread-docs-v2-3024x1890.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
docs/src/spread-docs-v3-3456x2170.png
Normal file
BIN
docs/src/spread-docs-v3-3456x2170.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
BIN
docs/src/spread-glossary-3456x2168.png
Normal file
BIN
docs/src/spread-glossary-3456x2168.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 542 KiB |
|
|
@ -44,11 +44,11 @@ a.md-header__button {
|
|||
/* Change colour of search highlighting. */
|
||||
.md-search-result__link:focus,
|
||||
.md-search-result__link:hover {
|
||||
background-color: var(--secondary-colour);
|
||||
background-color: var(--transparent);
|
||||
}
|
||||
|
||||
.md-typeset mark {
|
||||
background-color: var(--secondary-colour);
|
||||
background-color: var(--transparent);
|
||||
}
|
||||
|
||||
/* This was creating an annoying space at the top. */
|
||||
|
|
@ -61,6 +61,11 @@ article.md-content__inner.md-typeset:after {
|
|||
max-width: none;
|
||||
}
|
||||
|
||||
/* Hide the repo stuff */
|
||||
.md-source {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/*****************************
|
||||
* BUTTON
|
||||
*****************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue