Training
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 34: Line 34:
     }
     }
}
}
@media (max-width: 768px) {
.card-container {
  .card-container {
    display: flex;
     flex-direction: column;  
     flex-wrap: wrap;
    gap: 70px;
    justify-content: center; /* Centers items horizontally */
    align-items: center; /* Centers items vertically */
   }
   }
}
 
@media (max-width: 767px) {
/* Adjustments for screens wider than 768px */
  @media (min-width: 769px) {
     .card-container {
     .card-container {
        padding: 0 !important; /* Force padding to be zero on small screens */
      flex-direction: row; /* Items in a row for larger screens */
        gap: 20px; /* Adjust gap for small screens if necessary */
     }
     }
}
  }
 
/* Adjustments for screens up to 768px */
  @media (max-width: 768px) {
    .card-container {
      flex-direction: column; /* Stack items in a column for smaller screens */
      padding: 0 !important; /* Zero padding for smaller screens */
    }
  }
</style>
</style>



Revision as of 08:00, 17 January 2024

Training
LEARN BY DOING
CHOOSE YOUR PATH
Uncover all the possibilities when you build with MDriven, whether you’re just starting your career or developing new skills.
Wondering where to start?
Icon
Training
1000 Steps Program
Unravel the mysteries of the MDriven tools, step by step
Icon
Training
The MDriven Book
Learn the foundational truths on which MDriven is built.
Icon
Training
Learn in Stages
Grow your MDriven knowledge gradually and at your own pace.
Icon
Training
MDriven Levels: Stars & Certificates
Beginner, Intermediate, Advanced. Go on MDriven adventures and earn certificates along the way