0.0.169 add position fixed for HEADER
This commit is contained in:
@@ -213,11 +213,11 @@ body {
|
||||
}
|
||||
|
||||
header {
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
padding: 40px 40px 60px 40px;
|
||||
/* margin-bottom: 60px; */
|
||||
/* padding: 0px 40px; */
|
||||
width: 1280px;
|
||||
margin: 0 50px;
|
||||
padding: 40px 40px 40px 40px;
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -986,7 +986,7 @@ section.login>form>div>div:nth-child(5)>a {
|
||||
section.profile {
|
||||
max-width: 1280px;
|
||||
margin: auto;
|
||||
padding: 0px 40px;
|
||||
padding: 120px 40px 0;
|
||||
margin-bottom: 120px;
|
||||
|
||||
}
|
||||
@@ -1764,7 +1764,7 @@ button#more_button{
|
||||
width: 90%;
|
||||
height: 194px;
|
||||
margin: 0 auto 80px;;
|
||||
padding: 0 40px;
|
||||
padding: 145px 40px;
|
||||
}
|
||||
|
||||
.top_block_static_wrapper{
|
||||
@@ -1774,10 +1774,10 @@ button#more_button{
|
||||
url(/static/img/png/Box3.png),
|
||||
url(/static/img/png/Box4.png);
|
||||
background-position:
|
||||
bottom left 200px,
|
||||
top left 80px,
|
||||
bottom -40px right 180px,
|
||||
top right 50px;
|
||||
bottom 115px left 200px,
|
||||
top 145px left 80px,
|
||||
bottom 100px right 180px,
|
||||
top 145px right 50px;
|
||||
background-repeat:
|
||||
no-repeat,
|
||||
no-repeat,
|
||||
|
||||
Reference in New Issue
Block a user