[#181] add justify-content: space-between to the banner

This commit is contained in:
Robin Scholtes 2023-04-17 10:07:26 +12:00
parent 3102adc73d
commit daf2c684a9

View file

@ -15,6 +15,9 @@
color: var(--banner-font-colour);
background-color: var(--banner-bg-colour);
margin: 0;
/*///////// dolphin additions //////*/
justify-content: space-between;
}
#banner i {