Skip to content

Commit

Permalink
Update agency.css
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed May 10, 2024
1 parent d759b05 commit 0dfeb72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions backend/src/assets/css/agency.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
div.agency {
display: flex;
flex: 1 0 auto;
transform: translate3d(0, 0, 0);
}

.agency div.col-1 .agency-name {
Expand Down Expand Up @@ -42,7 +44,7 @@ div.agency {

/* Device width is less than or equal to 960px */

@media only screen and (width <= 960px) {
@media only screen and (width <=960px) {
div.agency {
flex-direction: column;
}
Expand Down Expand Up @@ -70,7 +72,7 @@ div.agency {

/* Device width is greater than or equal to 960px */

@media only screen and (width >= 960px) {
@media only screen and (width >=960px) {
div.agency {
flex-direction: row;
}
Expand Down

0 comments on commit 0dfeb72

Please sign in to comment.