profile.scss 182 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 .profile-container { @extend .container-fluid; padding: 0 1%; @media (max-width: 978px) { padding: 0 2%; } } #profile-left { text-align: center; margin-top: 15px; }