fix profile picture on mobiles

This commit is contained in:
Funelie 2021-12-22 15:03:18 +01:00
parent 9b00190a56
commit 380ea74296

View file

@ -14,6 +14,16 @@
}
}
@media only screen and (max-width:768px) {
.ui .grid .three.wide.column {
width: 100% !important;
text-align: center;
}
.ui .grid .thirteen.wide.column {
width: 100% !important;
}
}
body {
background: #F8F8F8;