This commit is contained in:
redmatrix
2015-09-02 21:59:44 -07:00
3 changed files with 15 additions and 3 deletions

View File

@@ -1,6 +1,16 @@
.app-container {
float: left;
width: 125px;
height: 160px;
height: 180px;
padding: 20px;
}
.app-detail {
height: 130px;
overflow-x: hidden;
overflow-y: hidden;
}
.app-tools {
margin-bottom: 0;
}