adds "all projects" page
This commit is contained in:
parent
0954ee9cb6
commit
b783ff4fb4
12 changed files with 193 additions and 89 deletions
15
pages/AllProjects.css
Normal file
15
pages/AllProjects.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue