Skip to content

Commit 5d25276

Browse files
committed
[gchq#181] clean up some inconstencies in alignments, add a little bit more space for mobile usability
1 parent 4a7008e commit 5d25276

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

src/web/stylesheets/layout/_banner.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
#banner {
1010
position: absolute;
11-
height: 30px;
11+
height: 40px;
1212
width: 100%;
13-
line-height: 30px;
13+
line-height: 40px;
1414
border-bottom: 1px solid var(--primary-border-colour);
1515
color: var(--banner-font-colour);
1616
background-color: var(--banner-bg-colour);

src/web/stylesheets/layout/_io.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@
413413
font-family: var(--fixed-width-font-family);
414414
font-weight: normal;
415415
font-size: 8pt;
416-
margin: 0 5px;
416+
/*0 5px for desktop*/
417+
margin: 5px 15px;
417418
display: flex;
418419
flex-flow: row nowrap;
419420
justify-content: space-between;

src/web/stylesheets/layout/_structure.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ body {
2929
/*//////// mobile ui updates below ///////////*/
3030
/* this is temporary ( unorganised and unrefined )*/
3131

32+
/*@todo: use a banner-height var or something so these two will always align*/
3233
#workspace-wrapper {
33-
margin-top: 30px;
34+
margin-top: 40px;
3435
}
3536

3637
#content-wrapper,

0 commit comments

Comments
 (0)