Change the logo to center and transparent
This commit is contained in:
parent
59d14d98e4
commit
1edb0e8f7c
2 changed files with 11 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
--footer-height-inline: 4em;
|
||||
--footer-height-block: 8em;
|
||||
|
||||
|
||||
--navbar-height: 8vh;
|
||||
}
|
||||
|
||||
|
@ -234,10 +234,16 @@ body {
|
|||
margin: auto;
|
||||
max-width: var(--max-width-full);
|
||||
}
|
||||
.front-screen_image {
|
||||
opacity: 0.5;
|
||||
width: 100%;
|
||||
}
|
||||
.front-screen_caption {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 50%;
|
||||
transform: translateY(-50%) translateX(-50%);
|
||||
text-align: center;
|
||||
}
|
||||
.front-screen_caption h1 {
|
||||
font-weight: normal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue