Add stying to make profile picture align correctly
This commit is contained in:
parent
afe78d031c
commit
546a576147
1 changed files with 5 additions and 0 deletions
|
|
@ -208,6 +208,11 @@ export default {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.profile_image {
|
||||||
|
vertical-align: middle;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
#control {
|
#control {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue