Adjustment to picture location

This commit is contained in:
Robert McGovern 2020-09-07 14:47:51 +01:00
parent bdc702218a
commit edd15d465f
1 changed files with 6 additions and 1 deletions

View File

@ -123,8 +123,9 @@ body {
} }
.imageSection { .imageSection {
margin-top: 4rem; margin-top: 3.5rem;
text-align: center; text-align: center;
width: 95%;
/* display: flex; /* display: flex;
justify-content: center; */ justify-content: center; */
} }
@ -187,5 +188,9 @@ body {
margin-left: 1rem; margin-left: 1rem;
flex-basis: 40%; flex-basis: 40%;
} }
.imageSection {
width: 89%;
}
} }