added cgit link to sidebar
This commit is contained in:
parent
0ac6b4e1b7
commit
685004551b
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
<div class="col-lg-3 box rounded-3 sidebar d-none d-lg-block mb-0">
|
||||
<img class="pfp m-auto d-block mt-3 img-fluid img-circle" src="/bryson.png">
|
||||
<br>
|
||||
<span><a href="https://git.brysonsteck.xyz">Git Server</a><br></span>
|
||||
<span><a href="/blog/index.xml">Blog RSS</a><br></span>
|
||||
<span>Codeberg: <a href="https://codeberg.org/brysonsteck">@brysonsteck</a><br></span>
|
||||
<span>Email: <a href="mailto:me@brysonsteck.xyz">me@brysonsteck.xyz</a><br></span>
|
||||
|
|
|
@ -171,8 +171,8 @@ img.pfp {
|
|||
|
||||
.sidebar {
|
||||
max-width: inherit;
|
||||
min-height: 14rem;
|
||||
max-height: 14rem;
|
||||
min-height: 15rem;
|
||||
max-height: 15rem;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue