properly position the profile image in its containing div

This commit is contained in:
acarril 2023-05-01 19:44:04 -04:00
parent 2f3a6b3e24
commit 391ecb299d

View file

@ -316,11 +316,13 @@ footer#footer {
justify-content: center;
}
.profile-image {
max-width: 100%;
main#content .profile-image {
width: 100%;
height: auto;
display: block;
margin: 0px;
}
@media (max-width: 767px) {
.landing-page-content {
grid-template-columns: 1fr;