My Portfolio - how to make it more responsive so it fits nicely on XS screens?

Took me a while to get it done, but here it finally is : http://codepen.io/drhectapus/full/bBpYoZ/

Problem is, when I change the screen size to XS, the text is too big and the format is just completely off. Any ideas how to fix this?

Text is tricky. I struggled with this same issue. I used this SASS (SCSS) mixin, and it solved my issues… http://codepen.io/eduardoboucas/pen/YXxmwv …just chose SCSS as your css preprocessor, cut and paste this mixin (with attribution), and follow format…

I copied the CSS mixin and enabled SCSS… but doesn’t seem to be working. Am I doing this right?