forked from HPR/hpr_generator
Remove overlaying backgrounds in the main header
This commit is contained in:
@@ -104,6 +104,7 @@ body > header {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0.25rem;
|
padding: 0.25rem;
|
||||||
background-image: url("/images/main-header-background.png");
|
background-image: url("/images/main-header-background.png");
|
||||||
|
background-size: cover;
|
||||||
color: var(--banner-text-primary);
|
color: var(--banner-text-primary);
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
@@ -112,6 +113,7 @@ body > header > * {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
|
background-image: none;
|
||||||
}
|
}
|
||||||
body > main {
|
body > main {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
|
Reference in New Issue
Block a user