www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 52bb80b76379c966e63d5144b29e6c00ab951ebc
parent 4e67dd1f66caa9ced6e5c6cd7aa34ad0f477f1e6
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Thu Aug 22 00:52:20 +0200

centered footer p
Diffstat:
style.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/style.css b/style.css
@@ -113,6 +113,10 @@ p {
   padding-bottom: 1em;
 }
 
+footer p {
+  text-align: center;
+}
+
 p, li {
   font-kerning: auto;
   letter-spacing: 0.02em;