FEAT: New 404 page, pages now use jekyll for componentalization.
This commit is contained in:
13
styles/header.css
Normal file
13
styles/header.css
Normal file
@@ -0,0 +1,13 @@
|
||||
header {
|
||||
position: sticky !important;
|
||||
top: 0;
|
||||
z-index: 10000;
|
||||
|
||||
display: flex;
|
||||
gap: 40px;
|
||||
font-size: 25px;
|
||||
font-family: "Open Sans";
|
||||
font-weight: bolder;
|
||||
color: var(--dark);
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user