FEAT: New 404 page, pages now use jekyll for componentalization.
This commit is contained in:
12
styles/footer.css
Normal file
12
styles/footer.css
Normal file
@@ -0,0 +1,12 @@
|
||||
footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: white;
|
||||
max-width: 1024px;
|
||||
margin: auto;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
footer::before {
|
||||
filter: brightness(0.8);
|
||||
}
|
||||
Reference in New Issue
Block a user