fix: add margin to header banner

This commit is contained in:
2024-11-25 20:49:31 +01:00
parent 52df85716b
commit f3fa2c109a
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -186,6 +186,7 @@ div.pp_default .pp_close:hover {
float: right;
width: 728px;
height: 90px;
margin-top: 10px;
}
@media (max-width: 1170px) {
File diff suppressed because one or more lines are too long
+1
View File
@@ -11,6 +11,7 @@
float: right;
width: 728px;
height: 90px;
margin-top: 10px;
}
}
+1 -1
View File
@@ -124,7 +124,7 @@
margin: 8px auto;
}
&:last-child {
&.search {
border: none;
line-height: 1;
}