Skip to content

Commit ef2df18

Browse files
committed
Tweak card CSS for Bluesky
Refs #544 (comment)
1 parent 94074eb commit ef2df18

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

blog/views.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,17 @@ def api_add_tag(request):
791791
rgba(255, 255, 255, 1)
792792
);
793793
}
794+
html {
795+
margin: 0 10px;
796+
}
797+
#smallhead {
798+
margin-right: -10px;
799+
margin-left: -10px;
800+
}
801+
html div#smallhead #smallhead-inner {
802+
padding-left: 25px;
803+
padding-right: 10px;
804+
}
794805
"""
795806

796807

0 commit comments

Comments
 (0)