fix: add margin to header banner
This commit is contained in:
1
public/css/style.css
vendored
1
public/css/style.css
vendored
@@ -186,6 +186,7 @@ div.pp_default .pp_close:hover {
|
|||||||
float: right;
|
float: right;
|
||||||
width: 728px;
|
width: 728px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1170px) {
|
@media (max-width: 1170px) {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -11,6 +11,7 @@
|
|||||||
float: right;
|
float: right;
|
||||||
width: 728px;
|
width: 728px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
resources/assets/sass/components/_menu.scss
vendored
2
resources/assets/sass/components/_menu.scss
vendored
@@ -124,7 +124,7 @@
|
|||||||
margin: 8px auto;
|
margin: 8px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&.search {
|
||||||
border: none;
|
border: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user