forked from Github-Mirrors/canaille
fix profile picture on mobiles
This commit is contained in:
parent
9b00190a56
commit
380ea74296
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue