Skip to content

Commit

Permalink
Merge pull request #2949 from Jay-1409/main
Browse files Browse the repository at this point in the history
readibility issues fixed
  • Loading branch information
sailaja-adapa authored Oct 4, 2024
2 parents 7fc944a + 172c22e commit ccd52b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ body.dark-mode .pricing-card button{
background-color: transparent;
border: 1px solid #c36969;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
font-family: Montserrat;
transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3080,7 +3080,7 @@ <h1 class="ctc">CONTACT US!</h1>
<div class="flexi">

<div class="contact">
<h3 style="text-align: center; color: #A30F17 ;" >Get in touch</h3>
<h3 style="text-align: center; color: #A30F17;" >Get in touch</h3>
<div class="contact-container">

<form class="contact-form" id="contactForm">
Expand Down

0 comments on commit ccd52b5

Please sign in to comment.