Portfolio/pages/AllProjects.css
2021-09-17 23:30:49 +01:00

20 lines
No EOL
245 B
CSS

.projectThumbnail{
width: 16vh;
margin-left: 3vw;
}
h2{
text-align: center;
margin-bottom: 10vh;
}
.item{
display: flex;
margin-top: 4vh;
}
.itemText{
display: flex;
flex-direction: column;
padding: 10px;
}