From 0a954a2d70f3226c8e1f9b96ad026d50708f815c Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Wed, 26 Sep 2018 11:11:57 +0800 Subject: [PATCH] 首页自适应 --- index.html | 2 +- style.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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; + } } -- libgit2 0.21.4