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 { .postid a {
margin-top: -4rem; margin-top: -4rem;
padding-top: 4rem; } padding-top: 4rem;
outline: none; }
.codeblocktable { .codeblocktable {
font-family: "Fira Mono", monospace; font-family: "Fira Mono", monospace;

View File

@ -119,6 +119,7 @@
.postid a { .postid a {
margin-top: -4rem; margin-top: -4rem;
padding-top: 4rem; padding-top: 4rem;
outline: none;
} }
.codeblocktable { .codeblocktable {
@ -301,8 +302,8 @@ li.post-entry {
.diff-insert, .diff-insert,
{ {
border-width: 1px; border-width: 1px;
border-radius:2px; border-radius: 2px;
padding:1px; padding: 1px;
} }
.diff-replace { .diff-replace {

View File

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