Commit 256a48f8 by liuyingying

css

parent 721c4ee6
...@@ -111,12 +111,15 @@ nav{ ...@@ -111,12 +111,15 @@ nav{
position: fixed; position: fixed;
/*border-bottom: solid 1px #e3e6e8;*/ /*border-bottom: solid 1px #e3e6e8;*/
background:white; background:white;
margin-top:80px;
z-index: 9999; z-index: 9999;
} }
section{ section{
width:100%; width:100%;
padding:5px 30px; padding: 30px;
padding-top:95px;
margin-top:-80px;
} }
section > .box{ section > .box{
width:100%; width:100%;
...@@ -507,7 +510,7 @@ ul:after{ ...@@ -507,7 +510,7 @@ ul:after{
/**Project */ /**Project */
.proj_list{ .proj_list{
width:100%; width:100%;
margin: 20px 10px; margin: 10px;
} }
.proj_list>div{ .proj_list>div{
width:100%; width:100%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment