Portfolio/pages/AllProjects.css
2022-04-29 10:56:24 +01:00

24 lines
No EOL
270 B
CSS

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