Skip to content

Commit

Permalink
Merge branch 'main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasChoudhary-01 authored Oct 18, 2024
2 parents d916466 + 59138f5 commit 2eed634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/contact/contact.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
//opacity: 1;
//pointer-events: auto;
overflow-x: hidden;
overflow-y: scroll;
overflow-y: auto;

.heading {
margin-top: 3rem;
Expand Down Expand Up @@ -113,7 +113,7 @@
.left {
position: fixed;
bottom: 0;
left: 0;
left: -15px;

.bottomAnimation {
height: 200px;
Expand All @@ -125,7 +125,7 @@
.right {
position: fixed;
bottom: 0;
right: 0;
right: -15px;

.bottomAnimation {
height: 200px;
Expand Down

0 comments on commit 2eed634

Please sign in to comment.