New technologies, sticky navbar, more streamlined design

This commit is contained in:
Firq 2023-03-14 18:55:58 +01:00
parent 1e61583034
commit c06e0d2547
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
7 changed files with 18 additions and 3 deletions
src/components

View file

@ -19,6 +19,9 @@
<style>
header {
z-index: 1000;
position: sticky;
top: 0px;
background-color: var(--c-darkgray);
display: flex;
height: auto;