forked from ProjectSegfault/website
format
This commit is contained in:
parent
253e7e7193
commit
fb14bdc986
@ -14,7 +14,7 @@
|
||||
>
|
||||
</a>
|
||||
|
||||
<input type="checkbox" id="toggle-menu">
|
||||
<input type="checkbox" id="toggle-menu" />
|
||||
<label class="menu-icon" for="toggle-menu">
|
||||
<a id="menu-icon">
|
||||
<IconBars />
|
||||
@ -32,9 +32,6 @@
|
||||
<a href="https://blog.projectsegfau.lt/">Blog</a>
|
||||
<a href="/legal">Legal</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</nav>
|
||||
|
||||
<style>
|
||||
@ -54,7 +51,7 @@
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
gap: .5rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
|
||||
.links > * {
|
||||
@ -118,7 +115,7 @@
|
||||
display: block;
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
top: .45rem;
|
||||
top: 0.45rem;
|
||||
right: 1rem;
|
||||
background-color: var(--tertiary);
|
||||
border: none;
|
||||
@ -139,8 +136,5 @@
|
||||
flex-direction: column;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user