0
0
Fork 0

Add stying to make profile picture align correctly

This commit is contained in:
Tyler-A 2020-08-03 22:09:30 -06:00
parent afe78d031c
commit 546a576147

View file

@ -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;