Browse Source

improve footer css style

damien 11 years ago
parent
commit
2dfc65bc6a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pboard/pboard/public/css/style.css

+ 2 - 2
pboard/pboard/public/css/style.css View File

@@ -30,8 +30,8 @@
30 30
 
31 31
 /* Footer styling */
32 32
 .footer {
33
-    margin-top: 45px;
34
-    padding: 35px 0 36px;
33
+    margin-top: 2em;
34
+    padding: 0.5em 0 36px;
35 35
     border-top: 1px solid #e5e5e5;
36 36
 }
37 37