Use flexbox on app page
This commit is contained in:
parent
3fc37b2fc5
commit
392a293286
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue