Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Flex container/styles.css

Template page
/* acontainer for desktop */
@media all and ( min-width: 720px ) {
  .acontainer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
/* acontainer for mobile */
@media all and ( max-width: 720px ) {
  .acontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.