0.0.232 add margin for header and main_content
This commit is contained in:
@@ -140,7 +140,7 @@ html, body{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wrapper_content {
|
.wrapper_content {
|
||||||
margin: 20px auto;
|
margin: 20px;
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 695px;
|
min-height: 695px;
|
||||||
@@ -221,7 +221,7 @@ body {
|
|||||||
|
|
||||||
header {
|
header {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 5px 0;
|
padding: 5px 10px;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: #F8F8F8;
|
background: #F8F8F8;
|
||||||
@@ -490,13 +490,19 @@ header .header-first {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header_logo,
|
.header_logo,
|
||||||
.header_btn_mover,
|
.header_btn_mover
|
||||||
.header_btn_sender{
|
{
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header_btn_sender{
|
||||||
|
margin-right: 20px;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.header_logo>a,
|
.header_logo>a,
|
||||||
.header_btn_mover>a,
|
.header_btn_mover>a,
|
||||||
.header_btn_sender>a{
|
.header_btn_sender>a{
|
||||||
|
|||||||
Reference in New Issue
Block a user