2017-08-13 04:13:41 +00:00
|
|
|
.project-image {
|
|
|
|
right: unset;
|
|
|
|
flex-direction: row;
|
|
|
|
position: relative;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
2022-07-12 15:15:33 +00:00
|
|
|
width: unset;
|
|
|
|
max-width: unset;
|
2017-08-13 04:13:41 +00:00
|
|
|
margin-left: -0.5rem;
|
|
|
|
margin-right: -0.5rem;
|
|
|
|
margin-top: 0.8rem;
|
|
|
|
margin-bottom: 0.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.flex-container {
|
|
|
|
max-width: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {}
|
|
|
|
|
|
|
|
.project-image > img {
|
2022-07-12 15:15:33 +00:00
|
|
|
margin: 0 0.5rem;
|
2017-08-14 21:24:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.social-links img {
|
|
|
|
width: 3rem;
|
|
|
|
}
|