folders beta 1

This commit is contained in:
2020-12-01 20:40:37 +01:00
parent 93c4707c45
commit 564a1638fc
12 changed files with 234 additions and 139 deletions

View File

@ -102,11 +102,13 @@ main[role="main"]{
display: flex;
flex-direction: row-reverse;
#content-left{
flex-basis: $column_width+$column_goutiere;
flex-basis: $column_width;
flex-shrink: 0;
// width:$column_width*2+$column_goutiere;
>*{
width:100%;
box-sizing: border-box;
padding:0.5em $column_goutiere;
}
}
#content-center{

View File

@ -9,3 +9,6 @@ $column_width: 205px;
$column_goutiere: 13px;
$card_height: 295px;
$minicard_width: 170px;
$minicard_height: 100px;