Portfolio/pages/AllProjects.css

24 lines
270 B
CSS
Raw Normal View History

2021-09-17 23:22:11 +01:00
.projectThumbnail{
width: 16vh;
}
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;
color: #ffd256;
2021-09-25 12:10:45 +01:00
}
body{
2022-04-29 10:56:24 +01:00
margin: 20vw;
2021-09-17 23:22:11 +01:00
}