How can I justify content of a column for different breakpoints. For example, I want the following email text to be justified to the end for > medium columns but justified to the centre for smaller columns. Looking for an elegant solution.
<div class="row">
<div class="col-md-4">
Email
</div>
</div>