FEAT: New projects page, Jekyllified home page too.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user