blob: 49e6597788274a190ee00f2aeb812c25cf2728e3 (
plain) (
tree)
|
|
#header {
$gap: 1rem;
--foregroundColour: var(--backgroundColour);
align-items: center;
background-color: var(--backgroundColour);
background-size: cover;
border-bottom-left-radius: $padding;
border-bottom-right-radius: $padding;
box-shadow: 0 0 calc($padding / 2) $shadowColour;
display: flex;
height: 100vh;
image-rendering: pixelated;
justify-content: center;
overflow: hidden;
position: relative;
user-select: none;
width: 100%;
#glyph {
aspect-ratio: 1;
display: block;
image-rendering: pixelated;
object-fit: contain;
pointer-events: none;
width: 50vmin;
}
@import "navBar";
}
|