www.lurk.org

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

commit 05169255a5eb150a31a182fb86094632600a7ef6
parent 23d49c72596a848b58efc29472a739e4d9c69b45
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Wed Aug 21 18:06:33 +0200

logo centering
Diffstat:
style.css | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/style.css b/style.css
@@ -29,7 +29,12 @@ a, a:hover, a:visited {
 }
 
 header img {
-  width: 100%;
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  width: 85%;
+  padding-top: 1em;
+  padding-bottom: 2em;
 }
 
 #halp {