Browse Source

center-aligned footer text

Casey DeLorme 10 years ago
parent
commit
6aa57f3a30
1 changed files with 3 additions and 0 deletions
  1. 3 0
      public/css/main.css

+ 3 - 0
public/css/main.css

@@ -224,6 +224,9 @@ header, .content, footer {
 }
 }
 
 
 /* footer */
 /* footer */
+footer {
+    text-align: center;
+}
 footer .link {
 footer .link {
     display: inline-block;
     display: inline-block;
     width: 29px;
     width: 29px;