Skip to content

Commit

Permalink
✅[Resource Sharing Form] fixed alignment of the input fields in the f…
Browse files Browse the repository at this point in the history
…orm (#940)

* fix alignment of resource sharing form

* responsive resource sharing form

* fix .env file
  • Loading branch information
shivamgaur99 authored May 23, 2024
1 parent 9c7e4b9 commit fa0368e
Showing 1 changed file with 2 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@

.resource-input {
position: relative;
margin-bottom: 30px !important;
width: 35rem;
margin-bottom: 8px;
}

.resource-input input,
Expand Down Expand Up @@ -218,11 +217,8 @@
}

.inside-resource {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 85%;
margin: 0 auto;
}

[type="radio"] {
Expand Down Expand Up @@ -358,23 +354,6 @@ input[type="date"]:not(:valid):before {
align-items: center;
}

@media screen and (max-width: 1200px) {
.resource-input {
width: 23rem;
}

.toppings-list {
display: flex;
grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 750px) {
.resource-input {
width: auto;
}
}

@media screen and (max-width: 750px) {
.resource-section {
flex-direction: column;
Expand Down

0 comments on commit fa0368e

Please sign in to comment.