Skip to content

Commit

Permalink
Update create-location.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed May 31, 2024
1 parent 4e40c76 commit 762d676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/assets/css/create-location.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ div.create-location {
@media only screen and (width <=960px) {
.location-form {
width: 360px;
height: 400px;
min-height: 400px;
padding: 30px;
}
}
Expand All @@ -34,7 +34,7 @@ div.create-location {
@media only screen and (width >=960px) {
.location-form {
width: 600px;
height: 340px;
min-height: 340px;
padding: 30px;
}
}

0 comments on commit 762d676

Please sign in to comment.