summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-13 16:29:40 -0700
committerAndrew Godwin2022-11-13 16:29:40 -0700
commit58a1f970b2604566c1fd5111fbe00aef83a99033 (patch)
tree44dbfff29829ac23f6e55d6c6f853436a0177baa /static
parent34b24a0dcb044cb755e201ad1a83253d0690e78e (diff)
downloadtakahe-58a1f970b2604566c1fd5111fbe00aef83a99033.tar.gz
takahe-58a1f970b2604566c1fd5111fbe00aef83a99033.tar.bz2
takahe-58a1f970b2604566c1fd5111fbe00aef83a99033.zip
Post URL/style fixup
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 0611fb5..8f1e620 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -502,7 +502,7 @@ h1.identity small {
.post .handle {
display: block;
- padding: 7px 0 10px 64px;
+ padding: 7px 0 0 64px;
}
.post time {
@@ -515,3 +515,7 @@ h1.identity small {
.post .content {
padding-left: 64px;
}
+
+.post .content p {
+ margin: 12px 0 4px 0;
+}