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 b5beaaf commit 6ed270cCopy full SHA for 6ed270c
common-theme/layouts/partials/head.html
@@ -72,4 +72,6 @@
72
<link rel="shortcut icon" href="{{ .Site.BaseURL }}favicon.ico" />
73
<meta name="theme-color" content="#e3ddeef2" />
74
<link rel="manifest" href="{{ .Site.BaseURL }}manifest.json" />
75
+ <link rel="stylesheet" href="/css/custom.css" />
76
+
77
</head>
common-theme/static/css/custom.css
@@ -0,0 +1,5 @@
1
+hr {
2
+ margin-left: auto;
3
+ margin-right: auto;
4
+ width: 80%;
5
+}
0 commit comments