We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94074eb commit ef2df18Copy full SHA for ef2df18
blog/views.py
@@ -791,6 +791,17 @@ def api_add_tag(request):
791
rgba(255, 255, 255, 1)
792
);
793
}
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
805
"""
806
807
0 commit comments