m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/style.css
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-04 10:40:07 +0100
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-11-04 10:40:07 +0100
commitcbf4925d9feba8cacd9a826cc9649a3b4773a8b3 (patch)
tree6147e900ab86362da194fa34b868aa1708349c4c /src/style.css
parentbd15cc49aa7ccc306ecf56a2f9bece420b5475f1 (diff)
Add post footer
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css
index 70fc10b..14a951e 100644
--- a/src/style.css
+++ b/src/style.css
@@ -41,6 +41,14 @@ ul.links {
margin-bottom: 0px;
}
+.post-footer {
+ font-size: 16px;
+ color: #444;
+ margin-left: auto;
+ margin-right: auto;
+ width: 80%;
+}
+
/* note stuff */
.note {
position: relative;