style: drop-shadow fix
This commit is contained in:
parent
3ef20e8d42
commit
71b2aaae4f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
<main>
|
||||
<section id="intro">
|
||||
<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);" />
|
||||
<img src="/assets/logo.webp" height="100" width="100" style="filter: drop-shadow(0 0 20px #fff);" />
|
||||
<div class="rows">
|
||||
<h1>Nebulosus</h1>
|
||||
<span>Focused on innovation.</span>
|
||||
|
|
Loading…
Reference in a new issue