Use flexbox on app page

This commit is contained in:
Roeland Jago Douma 2016-09-10 14:10:11 +02:00
parent 3fc37b2fc5
commit 392a293286
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 3 additions and 0 deletions

View File

@ -383,9 +383,12 @@ span.version {
#apps-list {
position: relative;
height: 100%;
display: flex;
flex-flow: row wrap;
}
.section {
position: relative;
width: 300px;
}
.section h2.app-name {
margin-bottom: 8px;