landing page structure

This commit is contained in:
2021-01-11 10:13:57 +01:00
parent ac2b4bd4e3
commit 10d993608f
25 changed files with 752 additions and 91 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import React from 'react'
const Projects = () => {
return (
<div>
<div style={{ minHeight: 'calc(100vh-128px)' }}>
Projects ...in progress
</div>
)