This is my power yoga class for flexibility & strength, it is suitable for all level yoga practitioners.
Practise Safely & Mindfully
| Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday |
|---|
// Text truncate // Requires inline-block or block for proper styling @mixin text-truncate() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }