FEAT: New projects page, Jekyllified home page too.

This commit is contained in:
MajorDroolz
2023-01-04 02:34:29 -05:00
parent 86434d5248
commit 875a80488c
3 changed files with 23 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
html {
scroll-behavior: smooth;
background-image: linear-gradient(#0003 0% 50%, #0000 50% 100%),
linear-gradient(var(--dark) 0% 50%, var(--light) 50% 100%);
}
body {
@@ -159,7 +161,7 @@ nav {
/*----------------------------------------------------------------------------*/
#projects {
margin: 30px auto;
padding: 30px auto;
position: relative;
display: flex;
flex-direction: column;