Compare commits
No commits in common. "01aa47bc95464dfd8f703ee22aab9db3a21b366d" and "ad0d2907b2f653ec9ebe7de0b6363f9988976530" have entirely different histories.
01aa47bc95
...
ad0d2907b2
2 changed files with 12 additions and 5 deletions
|
@ -47,13 +47,18 @@
|
|||
<div class="nav-links">
|
||||
<div class="d-inline-block">
|
||||
{{navItem("Home", "/")}}
|
||||
{{navItem("Blog", "/blog", false)}}
|
||||
{{navItem("Blog", "/blog")}}
|
||||
</div>
|
||||
<div class="d-inline-block">
|
||||
<span> | </span>
|
||||
{{navItem("Mastodon", "https://dook.business/@RikSolo")}}
|
||||
{{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}}
|
||||
</div>
|
||||
<div class="d-inline-block">
|
||||
<span> | </span>
|
||||
{{navItem("RBLicht", "https://rblicht.nl", true, '_blank')}}
|
||||
{{navItem("RBSolutions", "https://rbsolutions.cc", false, '_blank')}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -62,16 +62,14 @@ body {
|
|||
margin-left: 0rem;
|
||||
margin-top: 0rem;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 1.5rem;
|
||||
padding-left: 0.5rem;
|
||||
margin-right: 2rem;
|
||||
list-style-position: outside;
|
||||
}
|
||||
|
||||
|
||||
ol p,
|
||||
ul p {
|
||||
margin: 0.3rem 0rem;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
ol {
|
||||
|
@ -79,7 +77,11 @@ body {
|
|||
}
|
||||
|
||||
ul {
|
||||
list-style-type: "- ";
|
||||
list-style-type: none;
|
||||
|
||||
li::before {
|
||||
content: "- "
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue