Move app icon centering to style.css
This commit is contained in:
@@ -586,6 +586,14 @@ footer {
|
||||
overflow: none;
|
||||
}
|
||||
|
||||
.app-container img {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 80px;
|
||||
height: 80px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
.pager {
|
||||
padding: 10px;
|
||||
|
||||
Reference in New Issue
Block a user