Random CSS I dunno
This commit is contained in:
parent
409eba588e
commit
6aa705d5cc
|
@ -8578,7 +8578,8 @@ input[type=submit] {
|
|||
|
||||
.postid a {
|
||||
margin-top: -4rem;
|
||||
padding-top: 4rem; }
|
||||
padding-top: 4rem;
|
||||
outline: none; }
|
||||
|
||||
.codeblocktable {
|
||||
font-family: "Fira Mono", monospace;
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
.postid a {
|
||||
margin-top: -4rem;
|
||||
padding-top: 4rem;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.codeblocktable {
|
||||
|
@ -301,8 +302,8 @@ li.post-entry {
|
|||
.diff-insert,
|
||||
{
|
||||
border-width: 1px;
|
||||
border-radius:2px;
|
||||
padding:1px;
|
||||
border-radius: 2px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.diff-replace {
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="description">
|
||||
<div class="description ph3 ph0-ns">
|
||||
{{ .Project.ParsedDescription }}
|
||||
</div>
|
||||
{{ with .RecentActivity }}
|
||||
|
|
Loading…
Reference in New Issue