Skip to content

Commit

Permalink
Fixed the card content overflowing in Contact page (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
usharani222 authored Jun 7, 2024
1 parent 4814ee5 commit 75c7ac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/css_files/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ body {

.info-wrap {
width: 35%;
height: 80vh;
height: 86vh;
padding: 40px;
float: left;
display: block;
Expand Down Expand Up @@ -122,7 +122,7 @@ body {

.form-wrap {
width: 65%;
height: 80vh;
height: 86vh;
float: right;
padding: 40px 25px 35px 25px;
border-radius: 0px 30px 30px 0px;
Expand Down Expand Up @@ -264,4 +264,4 @@ body {
.submit-button {
margin: 10px 0px;
}
}
}

0 comments on commit 75c7ac2

Please sign in to comment.