Skip to content

Commit

Permalink
working on the hero image desktop UI and layout of about section and …
Browse files Browse the repository at this point in the history
…testimonials section
  • Loading branch information
GarrettAnderson committed Jul 15, 2024
1 parent 535e393 commit 295c3a6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ footer h6 {
border-radius: 1rem;
}

@media screen and (min-width: 767px) {
@media screen and (min-width: 967px) {
.info-section {
position: absolute;
}
Expand Down
5 changes: 3 additions & 2 deletions src/Assets/Styles/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
.about-info-container {
display: grid;
grid-template-columns: repeat(6, 1fr);
width: 80%;
margin: 0 auto;
justify-content: center;
align-items: center;
width: 80%;
padding: 2rem 0;
margin: 0 auto;
}

.about-section {
Expand Down
2 changes: 1 addition & 1 deletion src/Assets/Styles/Services.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
display: block;
width: 70%;
border: 0;
border-top: 5px solid #636a40;
border-top: 2px solid #636a40;
margin: 0 auto;
padding: 0;
}
Expand Down
7 changes: 4 additions & 3 deletions src/Assets/Styles/Testimonial.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
font-size: 1.25rem;
margin: 0.5rem auto;
position: unset !important;
/* display: flex;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; */
align-items: center;
}

.testimonial-text-container {
Expand All @@ -70,6 +70,7 @@
flex-direction: column;
justify-content: space-between;
align-items: center;
max-width: 595px;
}

.text-parent {
Expand Down Expand Up @@ -119,7 +120,7 @@
height: 100%;
}

@media screen and (min-width: 967px) {
@media screen and (min-width: 1550px) {
.testimonial {
display: grid;
grid-template-columns: repeat(3, minmax(150px, 550px));
Expand Down

0 comments on commit 295c3a6

Please sign in to comment.