.profile-box, .item-box, .item-box-full-width, .post-box { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } .profile-box { min-height: 150px; padding: 25px; background-color: #FFFFFF; } .profile-box .profile-picture, .profile-box .group-picture { width: 150px; height: 150px; margin: 0 20px 20px 0; } .profile-box .profile-username { padding-top: 50px; } .item-box, .item-box-full-width { margin: 20px 0 0 0; padding: 25px; background-color: #FFFFFF; } .item-box { width: calc(50% - 60px); } .item-box-full-width { width: calc(100% - 50px); } .posts { z-index: -1; margin-right: 0; width: calc(100% + 15px); } .post-box { display: inline-flex; margin: 20px 15px 0 0; padding: 25px; background-color: #FFFFFF; } /* fullscreen */ .post-box { width: calc(25% - 68px); } @media only screen and (max-width: 1500px) { .post-box { width: calc(50% - 67px); } } /* mobile */ @media only screen and (max-width: 1000px) { .post-box { width: calc(100% - 65px); } } .post { width: 100%; } .post img { width: 100%; } .post .post-date { float: right; color: #aaaaaa; font-size: 0.8em; } .profile-button { float: right; padding: 10px; border-radius: 5px; background-color: #845663; color: #FFFFFF; transition-duration: 250ms; } .profile-button:hover { background-color: #B78996; }