Portfolio/pages/AllProjects.css
2021-09-25 12:10:45 +01:00

24 lines
No EOL
269 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: 3vw;
}