Random CSS I dunno

This commit is contained in:
Ben Visness 2021-09-01 21:41:39 -05:00
parent 409eba588e
commit 6aa705d5cc
3 changed files with 6 additions and 4 deletions

View File

@ -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;

View File

@ -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 {

View File

@ -34,7 +34,7 @@
</div>
</div>
{{ end }}
<div class="description">
<div class="description ph3 ph0-ns">
{{ .Project.ParsedDescription }}
</div>
{{ with .RecentActivity }}