Portfolio/pages/AllProjects.css

20 lines
245 B
CSS
Raw Normal View History

2021-09-17 23:22:11 +01:00
.projectThumbnail{
width: 16vh;
margin-left: 3vw;
}
2021-09-17 23:30:49 +01:00
h2{
text-align: center;
margin-bottom: 10vh;
}
2021-09-17 23:22:11 +01:00
.item{
display: flex;
margin-top: 4vh;
}
.itemText{
display: flex;
flex-direction: column;
padding: 10px;
}