Portfolio/pages/AllProjects.css
Nye Evans 196942db91 fixes minor css issues and adds text to project gallery
-fixes text being invisible or incorrect colour on gallery links
-adds text to gallery
2021-09-24 14:49:01 +01:00

21 lines
No EOL
265 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;
color: #ffd256;
}