[#181] tidy up changes so far ( move css blocks to their appropriate places, remove redundant css, update template to work with mobile UI )

This commit is contained in:
Robin Scholtes 2023-04-17 12:59:00 +12:00
parent 5d25276399
commit 6da34bcf52
6 changed files with 70 additions and 81 deletions

View file

@ -8,13 +8,14 @@
#banner {
position: absolute;
height: 40px;
height: var(--banner-height);
width: 100%;
line-height: 40px;
line-height: var(--banner-height);
border-bottom: 1px solid var(--primary-border-colour);
color: var(--banner-font-colour);
background-color: var(--banner-bg-colour);
margin: 0;
/* flex is applied through .row */
justify-content: space-between;
}