project card

This commit is contained in:
Tyler Koenig
2021-09-10 21:21:47 -04:00
parent cffa6db131
commit 79b4bf43be
2 changed files with 18 additions and 12 deletions

View File

@@ -167,10 +167,17 @@ nav a:hover {
border: 1px solid #fff;
}
.project-img img {
width: 100%;
height: ;
.project_img {
max-height: 50px;
min-width: 300px;
background-position-x: center;
background-position-y:center ;
overflow: hidden;
}
.project_img img {
width: 100%;
height: 100%;
}
/* end new */
@@ -620,7 +627,7 @@ a:hover {
/* color: #1b1b1b; */
/* color: #2a9d8f */
@media (min-width: 768px) {
/* @media (min-width: 768px) {
#wrapper {
max-width: 992px;
}
@@ -716,6 +723,6 @@ a:hover {
flex-direction: row;
justify-content: space-between;
}
}
} */