Done Some Responsivity On How We Work Container

master
Pedram Keshavarzi 3 years ago
parent 274000a6e3
commit d449076f6e
  1. 9
      src/Containers/howDoWeWork/howWeWork.css

@ -1,7 +1,8 @@
.HowWeWork{
direction: rtl;
width:85%;
margin-top: 3em;
margin-top: 3em 0em;
}
.HowWeWork .HWWDescription{
width:50%;
@ -15,5 +16,11 @@
direction: ltr;
justify-content: space-between;
align-items: center;
margin-bottom: 5em;
}
@media only screen and (max-width:1200px) {
.HowWeWork .diagrams{
flex-direction: column;
}
}
Loading…
Cancel
Save