File tree 3 files changed +6
-4
lines changed
src/web/stylesheets/layout 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
# banner {
10
10
position : absolute;
11
- height : 30 px ;
11
+ height : 40 px ;
12
12
width : 100% ;
13
- line-height : 30 px ;
13
+ line-height : 40 px ;
14
14
border-bottom : 1px solid var (--primary-border-colour );
15
15
color : var (--banner-font-colour );
16
16
background-color : var (--banner-bg-colour );
Original file line number Diff line number Diff line change 413
413
font-family : var (--fixed-width-font-family );
414
414
font-weight : normal;
415
415
font-size : 8pt ;
416
- margin : 0 5px ;
416
+ /*0 5px for desktop*/
417
+ margin : 5px 15px ;
417
418
display : flex;
418
419
flex-flow : row nowrap;
419
420
justify-content : space-between;
Original file line number Diff line number Diff line change 29
29
/*//////// mobile ui updates below ///////////*/
30
30
/* this is temporary ( unorganised and unrefined )*/
31
31
32
+ /*@todo: use a banner-height var or something so these two will always align*/
32
33
# workspace-wrapper {
33
- margin-top : 30 px ;
34
+ margin-top : 40 px ;
34
35
}
35
36
36
37
# content-wrapper ,
You can’t perform that action at this time.
0 commit comments