diff --git a/index.html b/index.html index 12a7106..ce13959 100755 --- a/index.html +++ b/index.html @@ -163,7 +163,7 @@
- # + #
diff --git a/style.css b/style.css index 8c1ca2a..0f8c031 100755 --- a/style.css +++ b/style.css @@ -2495,7 +2495,7 @@ a:hover{ display: block; } .bottom-footer{ - width: 1200px; + width: 100%; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.2); } @@ -2577,5 +2577,8 @@ a:hover{ width: 80%; margin: 0 auto; } + .features-container li{ + text-align: center; + } }