Strengthen mobile header top blend
This commit is contained in:
@@ -245,6 +245,18 @@ body.menu-open {
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.intro-header {
|
||||
background:
|
||||
linear-gradient(
|
||||
to bottom,
|
||||
#0a0a0a 0%,
|
||||
#0a0a0a 30%,
|
||||
rgba(10, 10, 10, 0.96) 48%,
|
||||
rgba(10, 10, 10, 0.62) 72%,
|
||||
rgba(10, 10, 10, 0) 100%
|
||||
);
|
||||
}
|
||||
|
||||
.intro-header > div {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user