Skip to content

Commit

Permalink
fixed the background for about us
Browse files Browse the repository at this point in the history
  • Loading branch information
ybaweja04 committed May 18, 2024
1 parent 98d4cff commit 2227b2e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ header {
color: var(--text-dark);
}


/* carousel */

.destination__container {
Expand Down Expand Up @@ -1832,9 +1833,7 @@ body {
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
background-color: var(
--body-light
); /* Use the text-dark custom property for color */
background: transparent; /* Use the text-dark custom property for color */
}
/* Styling for elements with .aboutcontent class */
.aboutcontent {
Expand Down

0 comments on commit 2227b2e

Please sign in to comment.