Limit to apps list, add proper flex attributes

Let app-name headline break, increase padding on the right for more visual clearance.
Make experimental header full width

Signed-off-by: Felix A. Epp <work@felixepp.de>
This commit is contained in:
Felix Epp 2016-09-10 17:01:24 +02:00 committed by Felix A. Epp
parent 392a293286
commit e169bb0636
1 changed files with 10 additions and 3 deletions

View File

@ -384,14 +384,21 @@ span.version {
position: relative;
height: 100%;
display: flex;
flex-flow: row wrap;
flex-wrap: wrap;
align-content: flex-start;
}
.section {
#apps-list .section {
position: relative;
width: 300px;
flex: 1 0 330px;
margin: 0;
padding-right: 50px;
}
#apps-list .section.apps-experimental {
flex-basis: 90%;
}
.section h2.app-name {
margin-bottom: 8px;
display: inline;
}
.followupsection {
display: block;