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%; border-radius: 50%;
} }
div#user_data > div {
margin-right: 5px;
}
@media only screen and (min-width: 768px) { @media only screen and (min-width: 768px) {
#control { #control {
flex-direction: row; flex-direction: row;

View file

@ -121,6 +121,5 @@ export default {
vertical-align: middle; vertical-align: middle;
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
margin-right: 5px;
} }
</style> </style>