Our Trading Platform (15)

/* Make all tables scrollable on small screens */ .article-content table { display: block; overflow-x: auto; width: 100% !important; border-collapse: collapse; } /* Make all images responsive inside solution articles */ .article-content img, .article-content span img, .article-content .fr-dii, .article-content .fr-fic { display: block; max-width: 100% !important; height: auto !important; width: auto !important; } /* Bonus: Ensure spans around images can scroll if needed */ .article-content span { overflow-x: auto; display: block; max-width: 100%; }