tweet-header { .header-container { display: flex; flex-direction: row; align-items: center; margin-bottom: 4px; } .avatar { border-radius: 50%; width: 32px; height: 32px; box-shadow: 0px 0px 4px 0px #777; margin: 4px 8px 4px 4px; } .username { display: flex; flex-direction: column; font-size: 13px; font-weight: 500; .twitter-handle { color: #aaa; font-size: 10px; font-weight: 400; } } .timestamp { color: #aaa; font-size: 10px; margin-left: auto; } .options { margin-left: 5px; color: #666; } }