fix: responsive n stuff
This commit is contained in:
parent
32e4ccdcb5
commit
bfe0084c93
2 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<img src="/assets/logo.webp" height="40" width="40" alt="" />
|
<img src="/assets/logo.webp" height="40" width="40" alt="" />
|
||||||
<span>Nebulosus</span>
|
<span>Nebulosus</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="columns" style="padding: 1rem;">
|
<div class="columns" style="padding: 1rem; justify-content: center;">
|
||||||
<a href="/">Home</a>
|
<a href="/">Home</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
|
@ -23,6 +23,7 @@ header {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-bottom: 4px solid var(--theme-color);
|
border-bottom: 4px solid var(--theme-color);
|
||||||
color: #000;
|
color: #000;
|
||||||
|
align-content: center;
|
||||||
|
|
||||||
box-shadow: 0 0 20px var(--theme-color-lowlight);
|
box-shadow: 0 0 20px var(--theme-color-lowlight);
|
||||||
}
|
}
|
||||||
|
@ -42,6 +43,7 @@ main {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
margin-bottom: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
main section {
|
main section {
|
||||||
|
|
Loading…
Reference in a new issue