0
0
Fork 0

Remove margin from icon component and put it into more specific area.

This commit is contained in:
Oliver-Akins 2020-08-17 23:14:56 -06:00
parent 99af0f8e76
commit 4d797cdc16
2 changed files with 4 additions and 1 deletions

View file

@ -228,6 +228,10 @@ img.profile_image {
border-radius: 50%;
}
div#user_data > div {
margin-right: 5px;
}
@media only screen and (min-width: 768px) {
#control {
flex-direction: row;