Fix app tile styling

This commit is contained in:
Richard Lewis 2017-06-19 11:35:20 +01:00
parent 152e3c6258
commit 3588ce7bc5

View file

@ -147,5 +147,8 @@ limitations under the License.
width: 100%;
background-color: white;
border-radius: 3px 3px 0 0;
max-height: 155px;
height: 155px;
display: flex;
justify-content: center;
align-items: center;
}