style+fix: z-index and alignment
This commit is contained in:
parent
b77808e38e
commit
3ef20e8d42
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
</header>
|
||||
<main>
|
||||
<section id="intro">
|
||||
<div class="columns" style="padding: 2rem; gap: 2rem;">
|
||||
<div class="columns" style="align-items: flex-start; padding: 2rem; gap: 2rem;">
|
||||
<img src="/assets/logo.webp" height="100" width="100" style="filter: drop-shadow(0 0 15px #000);" />
|
||||
<div class="rows">
|
||||
<h1>Nebulosus</h1>
|
||||
|
|
|
@ -24,7 +24,7 @@ header {
|
|||
border-bottom: 4px solid var(--theme-color);
|
||||
color: #000;
|
||||
align-content: center;
|
||||
|
||||
z-index: 100;
|
||||
box-shadow: 0 0 20px var(--theme-color-lowlight);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue