adds "all projects" page

This commit is contained in:
Nye Evans 2021-09-17 23:22:11 +01:00
parent 0954ee9cb6
commit b783ff4fb4
12 changed files with 193 additions and 89 deletions

15
pages/AllProjects.css Normal file
View file

@ -0,0 +1,15 @@
.projectThumbnail{
width: 16vh;
margin-left: 3vw;
}
.item{
display: flex;
margin-top: 4vh;
}
.itemText{
display: flex;
flex-direction: column;
padding: 10px;
}