Skip to content

Commit

Permalink
Merge pull request #73 from Dipanjana25/RECursion
Browse files Browse the repository at this point in the history
Contact Us UI fixes
  • Loading branch information
moinak878 authored Apr 6, 2024
2 parents ce3b61b + 9b4b3bf commit 2a64e63
Show file tree
Hide file tree
Showing 7 changed files with 470 additions and 360 deletions.
6 changes: 3 additions & 3 deletions flow/static/css/contactus.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}

.container {
flex-direction: column;
height: max-content;
margin-top: 10vh;
width: 100%;
Expand Down Expand Up @@ -59,7 +60,7 @@
font-family: "Astro",display !important;
letter-spacing: 5px;
line-height: 35px;
color: rgb(237, 218, 255);
color: #13bbe1;
text-transform: uppercase;
margin-block: 3rem;
}
Expand Down Expand Up @@ -337,5 +338,4 @@
width: 50px;
height: 50px;
}
}

}
Loading

0 comments on commit 2a64e63

Please sign in to comment.