[#181] clean up some inconstencies in alignments, add a little bit more space for mobile usability

This commit is contained in:
Robin Scholtes 2023-04-17 11:33:58 +12:00
parent 4a7008e5f6
commit 5d25276399
3 changed files with 6 additions and 4 deletions

View file

@ -8,9 +8,9 @@
#banner {
position: absolute;
height: 30px;
height: 40px;
width: 100%;
line-height: 30px;
line-height: 40px;
border-bottom: 1px solid var(--primary-border-colour);
color: var(--banner-font-colour);
background-color: var(--banner-bg-colour);